Page MenuHomePhabricator

Left thumbnail overlaps list
Closed, ResolvedPublic

Description

Screenshot of bug

As reported on dewiki [1] thumbnails aligned left may overlap list items.

Example for this behaviour is [2] (screenshot attached).

[1] http://de.wikipedia.org/w/index.php?title=Wikipedia:Fragen_zur_Wikipedia&oldid=118366048#Bild_und_Aufz.C3.A4hlungszahlen_.C3.BCberschneiden_sich

[2]http://de.wikipedia.org/w/index.php?title=Amun&diff=118352843&oldid=117900557


Version: 1.22.0
Severity: normal

Attached:

snap.png (454×594 px, 131 KB)

Details

Reference
bz48322

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:25 AM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz48322.
bzimport added a subscriber: Unknown Object (MLST).

Thanks for reporting this. Browser information (browser and version) extremely welcome. In Firefox 18 I don't see any hidden numbers for that list and link.

Created attachment 12351
Bug with Firefox 21.0 on Win7

Attached:

Unbenannt.png (356×340 px, 84 KB)

First screenshot was made with IE8. I've attached another screenshot from Firefox 21.0 where the numbers partly overlay the thumbnail.

This is not a bug, this is expected behavior of CSS styling (You can also see it as an oversight in the CSS specification).

Basically, these bullets and numbers exist outside of the content block by definition. The floating block 'pushes' away the content block of the lists (which are inline blocks). This pushing is not enough however to clear the existing element indicators (because they are outside the content block).

On en.wp we use https://en.wikipedia.org/wiki/Template:Flowlist + some css in common.css to work around this.

Dupe of 11782

  • This bug has been marked as a duplicate of bug 11782 ***