[Bug 24299] Wrong section dividing

2011-12-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24299

--- Comment #4 from Liangent liang...@gmail.com 2011-12-15 17:15:35 UTC ---
Some more cases:

== {{ ==

-- 
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


[Bug 24299] Wrong section dividing

2010-07-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24299

--- Comment #3 from Liangent liang...@gmail.com 2010-07-13 05:55:05 UTC ---
Another case:
http://zh.wikipedia.org/w/index.php?title=Wikipedia:%E4%BA%92%E5%8A%A9%E5%AE%A2%E6%A0%88/%E5%85%B6%E4%BB%96oldid=13703709

where the section title is 

== [[mw:Extension ==

The parser renders it as a section (uses h2), puts it in TOC, but doesn't
give it an [edit] link. action=editsection= doesn't treat it as a section.

-- 
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


[Bug 24299] Wrong section dividing

2010-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24299

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Krinkle krinklem...@gmail.com 2010-07-07 11:12:27 UTC ---
The headline in question is

pre
== 本地{{hideH}}模板使得没有鼠标的用户无法阅读其中内容 ==
/pre

The {{hideH}} template is comparable to en.wiki's Collapse DIV's things.
I asume the reason for this is because it's adding a block level element, thus
the [edit] link can't be added anywhere good.

however it is interesting that section=n manually does work. Presumably because
the code for section=n looks at the source code directly and find a perfectly
fine == heading == there.

-- 
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


[Bug 24299] Wrong section dividing

2010-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24299

--- Comment #2 from Liangent liang...@gmail.com 2010-07-07 11:56:57 UTC ---
I guess the normal renderer doesn't recognize that 'section' as a section
because it's even not in TOC; not knowing where to put the link is not a
blocker. However, the parser used for section= recognizes that 'section' as a
section, which leads to this bug.

-- 
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