Actions
Defect #12741
closedwiki syntax help link is shows as plain text
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
The new link implementation in jstoolbar came with r1190. Now i see the <a hre link plaintext instead of a link button.
Files
Updated by Terence Mill almost 12 years ago
I copied out the html content block with the erro prone code
<p><input name="commit" type="submit" value="Speichern"> <a accesskey="r" href="#" onclick="submitPreview(%22/projects/sas/wiki/2012_Aprilrelease/preview%22, %22wiki_form%22, %22preview%22); return false;">Vorschau</a></p> <script type="text/javascript"> //<![CDATA[ var wikiToolbar = new jsToolBar(document.getElementById('content_text')); wikiToolbar.setHelpLink('<a href=\"/help/wiki_syntax.html\" onclick=\"window.open(&quot;/help/wiki_syntax.html&quot;, &quot;&quot;, &quot;resizable=yes, location=no, width=300, height=640, menubar=no, status=no, scrollbars=yes&quot;); return false;\">Textformatierung<\/a>'); wikiToolbar.draw(); //]]> </script> </form>
Updated by Jean-Philippe Lang almost 12 years ago
- Resolution set to Cant reproduce
Works for me. Are you using any plugin for text formatting?
Updated by Go MAEDA about 9 years ago
- Status changed from New to Closed
Probably there is a plugin because a emoticon icon can be seen on the screenshot. Maybe the problem was caused by the plugin.
Closing.
Actions