Closed
Bug 1213898
Opened 10 years ago
Closed 10 years ago
Back button is invisible
Categories
(Firefox OS Graveyard :: Gaia::System::Browser Chrome, defect)
Firefox OS Graveyard
Gaia::System::Browser Chrome
ARM
Gonk (Firefox OS)
Tracking
(blocking-b2g:2.5+)
RESOLVED
DUPLICATE
of bug 1210930
blocking-b2g | 2.5+ |
People
(Reporter: benfrancis, Assigned: rakhavan)
References
Details
(Keywords: verifyme, Whiteboard: [systemsfe])
Attachments
(1 file)
STR:
* Load a web page in a browser window
* Follow a link to another page
Expected;
* Back button visible
Actual:
* Blank space where the back button should be. Still clickable.
[Blocking Requested - why for this release]:
Broken looking UI
Comment 1•10 years ago
|
||
I'm unable to reproduce this with last night's build running the latest gaia.
Ben, what version are you using? What color is the theme-color? Is it a private window?
blocking-b2g: 2.5? → 2.5+
Flags: needinfo?(bfrancis)
Reporter | ||
Comment 2•10 years ago
|
||
Master, on guardian.co.uk which has a blue theme-color and uses white icons.
Flags: needinfo?(bfrancis)
Comment 3•10 years ago
|
||
This only happens with dark theme colors (so light icons).
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rakhavan
Comment 4•10 years ago
|
||
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8672824 [details] [review]
[gaia] jedireza:browser-chrome-dark-theme-images > mozilla-b2g:master
This was happening to sites with dark themes (the guardian, yahoo finance) and also with private browser windows. The image paths for both back and forward buttons were incorrect.
It looks like a partially baked change from refactoring CSS in this PR:
https://github.com/mozilla-b2g/gaia/pull/32037
The CSS styles were changed and light image files renamed, but they forgot to rename the dark image files.
In my PR I renamed the dark image files names.
Attachment #8672824 -
Flags: review?(bfrancis)
Updated•10 years ago
|
QA Whiteboard: [COM=Pin the Web]
Assignee | ||
Comment 7•10 years ago
|
||
Bug 1210930 will also resolve this and was already in flight. There is an UI test in the works too which is a good idea.
Assignee | ||
Updated•10 years ago
|
Attachment #8672824 -
Flags: review?(bfrancis)
Comment 8•10 years ago
|
||
Please verify once the dup is fixed.
Updated•10 years ago
|
QA Whiteboard: [COM=Pin the Web]
You need to log in
before you can comment on or make changes to this bug.
Description
•