Last modified: 2010-08-16 14:38:29 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T26800, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24800 - Original text overlaps with image
Original text overlaps with image
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
PC Windows 7
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
http://ru.wikipedia.org/wiki/%D0%94%D...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-15 17:30 UTC by Andrew
Modified: 2010-08-16 14:38 UTC (History)
2 users (show)

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


Attachments
Bug page (306.10 KB, image/png)
2010-08-15 17:30 UTC, Andrew
Details

Description Andrew 2010-08-15 17:30:50 UTC
Created attachment 7627 [details]
Bug page

http://ru.wikipedia.org/wiki/%D0%94%D0%B5%D0%BD%D1%8C_%D0%BF%D0%BE%D0%BB%D0%BE%D1%82%D0%B5%D0%BD%D1%86%D0%B0

There is a line that overlaps with image (you can see it).
Actually, it is a whole blockquote that overlaps.

Maybe the component is wrong, please correct it in case it is.

Thank you!
Comment 1 Derk-Jan Hartman 2010-08-16 14:38:29 UTC
This is due to the position:relative and the position:absolute of the NavHead and NavToggle elements. With those defined as they are, this visual effect is as expected. This is not a bug in the MediaWiki software, but a bug with the NavFrame code of your local wiki.

I'm not sure why the NavFrame style uses this design (i see english wikipedia has it as well), but it really shouldn't be required I think. Non relative positioning for NavHead and float:right for NavToggle should work just as well I suspect.


That the background of the entire blockquote goes behind the image is proper behavior btw. That is how CSS works. Only the contents are shifted to make way for the image. But changing positioning takes the NavFrame out of the normal content model of the blockquote, instead of the NavHead being shifted like the rest of the content, it overlays the floating image.

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


Navigation
Links