Open
Bug 1289722
Opened 8 years ago
Updated 2 years ago
Text ellipsis is coloured incorrectly when following a fixed or stickily positioned element
Categories
(Core :: Layout, defect, P3)
Tracking
()
NEW
People
(Reporter: olly.hayes, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: regression, testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36
Steps to reproduce:
Open the sample file in firefox.
Actual results:
The first span shows the ellipsis coloured gray correctly. The second span shows the ellipsis coloured white because it followed a position: fixed element.
Expected results:
Both spans show the ellipsis coloured gray matching the text.
Reporter | ||
Updated•8 years ago
|
OS: Unspecified → Windows 7
Hardware: Unspecified → x86_64
Comment 1•8 years ago
|
||
The testcase works fine for me on Linux, using FF48 and Nightly 51.
It might be the same underlying issue as bug 1289703 ?
Updated•8 years ago
|
Comment 2•8 years ago
|
||
Regression window:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=4d6d69f0f499&tochange=d0fc7202b4cb
Via local build,
Last Good: 9de7f61c40cc
First Bad: 10e5dd951795
Triggered by: 10e5dd951795 Markus Stange — Bug 1148855 - Rework how display items are assigned to PaintedLayers and make it work the same way with and without APZ. r=roc
Blocks: 1148855
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(mstange)
Keywords: regression
Updated•8 years ago
|
Component: Graphics: Layers → Layout
Comment 3•8 years ago
|
||
This seems to be the same as bug 1305036. I really need to try to reproduce it on Windows.
Flags: needinfo?(mstange)
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•