Closed
Bug 873313
Opened 12 years ago
Closed 9 years ago
incorrect/random rendering/layout at some font-size dependent position
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: vincent-moz, Unassigned)
References
Details
(Keywords: regression, testcase, Whiteboard: [gfx-noted])
Attachments
(1 file)
248.10 KB,
text/html
|
Details |
The best way to see the bug is to open http://www.lebardegandi.net/post/2013/04/25/L-IaaS-va-passer-en-paiement-à-la-consommation while having the Stylish extension with the following global style:
@namespace url(http://www.w3.org/1999/xhtml);
html { font-size: medium !important }
Go near or at the end of the page. What is displayed depends on what was displayed before hitting the [End] key. Moving the mouse may be sufficient to make the black background appear. There are some screenshots here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707187#10
(for Debian's Iceweasel, but the bug is reproducible with Firefox Nightly). In practice, this makes a large part of the page unreadable.
I've also attached a standalone testcase base on an older version of the above page, on which I added the above style and did some clean-up for the test (such as removing scripts and images), so that no extensions are needed (I've tried on an almost-clean profile). The bug is less visible with Firefox Nightly, but by playing with the PageUp / PageDown / Ctrl+ and Ctrl- keys, I could make it appear.
Reporter | ||
Comment 1•12 years ago
|
||
After doing some more tests on the http://www.lebardegandi.net/post/2013/04/25/L-IaaS-va-passer-en-paiement-à-la-consommation page without any extension, I could reproduce the bug, but the problem doesn't appear at the end of the page, but around messages 114-116. But if I do a Ctrl+ to increase the size of the fonts, it appears around messages 100-101. So, I suppose that where the problem appears depends on the font size. It might appear at some given number of pixel-lines.
Reporter | ||
Updated•12 years ago
|
Summary: incorrect/random rendering/layout near the bottom of a web page → incorrect/random rendering/layout at some font-size dependent position
Reporter | ||
Updated•12 years ago
|
Attachment #750819 -
Attachment mime type: text/plain → text/html
![]() |
||
Comment 2•12 years ago
|
||
This is caused by landing bug 562746 when HWA disabled and/or blcked
Blocks: 562746
Status: UNCONFIRMED → NEW
Component: Layout → Graphics
Ever confirmed: true
Keywords: regression
![]() |
||
Updated•12 years ago
|
status-firefox21:
--- → affected
status-firefox22:
--- → affected
status-firefox23:
--- → affected
status-firefox24:
--- → affected
status-firefox-esr17:
--- → affected
![]() |
||
Updated•12 years ago
|
status-firefox25:
--- → affected
Does this bug reproduce in the current Firefox Nightly?
Has Regression Range: --- → yes
status-firefox21:
affected → ---
status-firefox22:
affected → ---
status-firefox23:
affected → ---
status-firefox24:
affected → ---
status-firefox25:
affected → ---
status-firefox-esr17:
affected → ---
Flags: needinfo?(vincent-moz)
Keywords: testcase
Whiteboard: [gfx-noted]
I'm able to reproduce it with FF21, but not with FF25 (and ofc FF48), so it has been probably fixed 2 years ago.
Reporter | ||
Comment 6•9 years ago
|
||
I can't reproduce this bug with Firefox 45.3.0. I assume that it has been fixed.
Flags: needinfo?(vincent-moz)
You need to log in
before you can comment on or make changes to this bug.
Description
•