[Bug 65747] Sanitizer::removeHTMLtags doesn't close tags correctly when $wgUseTidy is enabled

2014-10-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65747

--- Comment #5 from Mr. Stradivarius  ---
Created attachment 16838
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=16838&action=edit
Strange formatting after using double unclosed table tags

-- 
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 65747] Sanitizer::removeHTMLtags doesn't close tags correctly when $wgUseTidy is enabled

2014-10-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65747

Mr. Stradivarius  changed:

   What|Removed |Added

 CC||stradb...@gmail.com

--- Comment #4 from Mr. Stradivarius  ---
Related to this, I've found that if you save the page with the following code
on enwiki, it results in some very strange formatting:

 Some text

(The whitespace appears to be important.)

See
https://en.wikipedia.org/w/index.php?title=User:Mr._Stradivarius/Sandbox&oldid=630607976
for an example. You might need to try the link a few times; it appears to be an
intermittent behaviour. Additionally, if this code is used on preview, it
sometimes causes the input to be lost. I've opened bug 72343 about this.

-- 
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 65747] Sanitizer::removeHTMLtags doesn't close tags correctly when $wgUseTidy is enabled

2014-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65747

Andre Klapper  changed:

   What|Removed |Added

 Blocks||2542

-- 
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 65747] Sanitizer::removeHTMLtags doesn't close tags correctly when $wgUseTidy is enabled

2014-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65747

Jackmcbarn  changed:

   What|Removed |Added

Summary|Unbalanced tags in  |Sanitizer::removeHTMLtags
   |DISPLAYTITLE (e.g. two   |doesn't close tags
   |and only one ) affect   |correctly when $wgUseTidy
   |MediaWiki's interface   |is enabled

--- Comment #3 from Jackmcbarn  ---
I've tracked this problem down to Sanitizer::removeHTMLtags and $wgUseTidy.
When $wgUseTidy is disabled (as it is on default MediaWiki installations),
calling Sanitizer::removeHTMLtags on "test" correctly yields
"test". However, when it is enabled, calling it on "test"
yields "test" back unchanged, which is incorrect and the cause of this
bug.

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