https://bugzilla.wikimedia.org/show_bug.cgi?id=28800

       Web browser: ---
             Bug #: 28800
           Summary: [Edittools] Plus sign ("+") broken
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: Page editing
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: krinklem...@gmail.com
    Classification: Unclassified


With the following in MediaWiki:Edittools:

<charinsert> € £ ¥ $ ¢ © ® ™ </charinsert> ·
<charinsert> « + » {{+}} </charinsert>
<charinsert> — – ‘ “ ’ ” | … ~ # @ § ¶ • ¡ ¿ \ </charinsert>


I get the following HTML output (see second line) on all edit pages:

<a onclick="insertTags(&#39;«&#39;,&#39;&#39;,&#39;&#39;);return false"
href="#">«</a> 
<a onclick="insertTags(&#39;&#39;,&#39;&#39;,&#39;&#39;);return false" href="#"
/> 
<a onclick="insertTags(&#39;»&#39;,&#39;&#39;,&#39;&#39;);return false"
href="#">»</a> 


Which triggers the following DOM error in WebKit:
* XML self-closing tag syntax used on <a>. The tag will not be closed.

And in the end result, it doesn't work. (unclickable ofcourse).


The HTML output when viewing the message-page is slightly different:


 <a onclick="insertTags('«','','');return false" href="#">«</a>
 <a onclick="insertTags('','','');return false" href="#"></a>
 <a onclick="insertTags('»','','');return false" href="#">»</a>

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to