Closed
Bug 1410496
Opened 7 years ago
Closed 7 years ago
Night mode CSS follow up: background-image gets inverted
Categories
(Firefox for iOS :: General, enhancement, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: garvan, Assigned: justindarc)
References
Details
Attachments
(1 file)
On nytimes, div with background-image gets inverted:
See https://github.com/mozilla-mobile/firefox-ios/pull/3324#issuecomment-338258862
status-fxios-v10.0:
--- → affected
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jdarcangelo
Status: NEW → ASSIGNED
Priority: -- → P3
Assignee | ||
Comment 1•7 years ago
|
||
Bug 1411566 has identified some graphical issues with night mode. It is unclear if this is just a bug in WebKit with CSS filters on certain websites, but we should also re-invert brightness for any elements matching `[style*="background-image"]` before shipping this feature.
Priority: P3 → P2
See Also: → 1411566
Assignee | ||
Updated•7 years ago
|
Priority: P2 → P1
Assignee | ||
Comment 2•7 years ago
|
||
Since you're familiar with MutationObserver, could you please review? :-)
Attachment #8922927 -
Flags: review?(sarentz)
Assignee | ||
Comment 3•7 years ago
|
||
Comment on attachment 8922927 [details] [review]
GitHub Pull Request
Carrying over R+ from Slack.
Attachment #8922927 -
Flags: review?(sarentz) → review+
Assignee | ||
Comment 4•7 years ago
|
||
Landed on master:
https://github.com/mozilla-mobile/firefox-ios/commit/d80fd66a745bd884f050799c6bb57eda2d076585
Landed on v10.x:
https://github.com/mozilla-mobile/firefox-ios/commit/fd19c072a526d62d3aee410e4ef4ad6d116c7c80
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 5•7 years ago
|
||
Verifying as fix on master 73081c03882 and beta 10.0(7473). In Night mode, background images now get inverted.
Status: RESOLVED → VERIFIED
status-fxios-v11.0:
--- → verified
You need to log in
before you can comment on or make changes to this bug.
Description
•