Compare https://forge-allura.apache.org/p/allura/tickets/7924/#d1d2/ed24/f3ed and https://forge-allura.apache.org/p/allura/tickets/7924/#d1d2 for example
In the first case markdown editor does not load and console has the following errors:
Uncaught Error: Syntax error, unrecognized expression: #d1d2\/ed24/f3ed.title-pane (index):6200 Uncaught TypeError: $(...).tagsInput is not a function (index):6334 Uncaught TypeError: Cannot read property 'CodeMirror' of undefined
in the second case editor is loading just fine
Chrome Version 46.0.2490.71 (64-bit), Ubuntu
Closed #876.
ib/8010
Do you know if this code is still relevant? I was looking for where
title-pane
came from and foundAllura/allura/templates/widgets/thread_header.html
but as best I can tell that isn't used anywhere. I only seeForgeDiscussion/forgediscussion/templates/discussion_widgets/thread_header.html
being used.If it really is dead code, I think it'd be better to do some cleanup rather than changing it.
Seems like that's really the case, thanks. Will remove corresponsing js.
Closed #885. Updated
ib/8010