Last modified: 2014-11-05 16:31:36 UTC

Wikimedia Bugzilla is closed!

Wikimedia has migrated from Bugzilla to Phabricator. Bug reports should be created and updated in Wikimedia Phabricator instead. Please create an account in Phabricator and add your Bugzilla email address to it.
Wikimedia Bugzilla is read-only. If you try to edit or create any bug report in Bugzilla you will be shown an intentional error message.
In order to access the Phabricator task corresponding to a Bugzilla report, just remove "static-" from its URL.
You could still run searches in Bugzilla or access your list of votes but bug reports will obviously not be up-to-date in Bugzilla.
Bug 72833 - MediaWiki: Lists inside captions end up outside of the table with Tidy enabled
MediaWiki: Lists inside captions end up outside of the table with Tidy enabled
Status: NEW
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: tidy ve-tablesupport
  Show dependency treegraph
 
Reported: 2014-10-31 20:09 UTC by Rummana Yasmeen
Modified: 2014-11-05 16:31 UTC (History)
7 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Screenshot (12.12 KB, image/png)
2014-10-31 20:09 UTC, Rummana Yasmeen
Details
video capture (3.35 MB, video/quicktime)
2014-11-03 20:17 UTC, Rummana Yasmeen
Details

Description Rummana Yasmeen 2014-10-31 20:09:09 UTC
Created attachment 16983 [details]
Screenshot

Steps to reproduce

1.Insert a table
2.Insert a caption "text2"
3.Make the caption a bullet point to create a slug above it
4.Now add some other text in that slug "text1"
5.Save the page

Observed Result:
The order of "text1" and "text2" gets reversed.
Comment 1 Ed Sanders 2014-11-03 14:23:35 UTC
Works for me in Chrome & FF.
Comment 2 Rummana Yasmeen 2014-11-03 20:17:33 UTC
Created attachment 17004 [details]
video capture

Still reproducible, see the video capture
Comment 3 Ed Sanders 2014-11-05 15:47:32 UTC
Still works on my local machine.

The wikitext produced is:
{|
|+
Foo
* Bar
!-
|
|}

which looks problematic but locally renders fine as

<table><caption>Foo<ul><li>bar...

but on production and betalabs renders as

<ul><li>bar</li></ul><table><caption>Foo...
Comment 4 Ed Sanders 2014-11-05 16:01:07 UTC
Apparently this is a bug with HTMLTidy.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links