Closed
Bug 95263
Opened 24 years ago
Closed 24 years ago
Text zooming causes background color to disappear
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
FIXED
mozilla0.9.8
People
(Reporter: SkewerMZ, Assigned: dbaron)
References
Details
(Keywords: testcase)
Attachments
(2 files)
Procedure: Run a text zoom on this attachment.
Expected: Background color is always red as specified.
Actual: Background color disappears except around the text.
Build: 2001081003 W98
Comment 2•24 years ago
|
||
Yes, the bodyfixup rule is not applied properly in this case...
Depends on: 92496
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Note that whether the background is applied to the body or the paragrpah depends
on whether and how the text in the paragraph wraps.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla1.0
Comment 5•24 years ago
|
||
The behavior at http://bugzilla.mozilla.org/attachment.cgi?id=46352&action=view
(a testcase for bug 94688) is different: the page background is always applied
on ctrl++, and never applied on ctrl+-. Assuming that's the same bug, maybe
that simpler behavior will make it easier to figure out what's causing this bug.
Updated•24 years ago
|
Keywords: mozilla1.0
Confirming on FizzillaCFM/2001122106 (0.9.7). Setting All/All.
OS: Windows 98 → All
Hardware: PC → All
| Assignee | ||
Comment 7•24 years ago
|
||
I think this was fixed by my fix to bug 116161.
| Assignee | ||
Comment 10•24 years ago
|
||
...and marking fixed (see bug 116161).
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Target Milestone: mozilla1.0 → mozilla0.9.8
You need to log in
before you can comment on or make changes to this bug.
Description
•