Closed
Bug 636408
Opened 12 years ago
Closed 12 years ago
When opening stack window the titles of the website are not visible
Categories
(Firefox Graveyard :: Panorama, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: george.carstoiu, Assigned: ttaubert)
References
Details
(Whiteboard: [4b12])
Attachments
(3 files, 1 obsolete file)
81.40 KB,
image/png
|
Details | |
33.49 KB,
image/png
|
Details | |
703 bytes,
patch
|
Details | Diff | Splinter Review |
Mozilla/5.0 (X11; Linux i686; rv:2.0b13pre) Gecko/20110223 Firefox/4.0b13pre While in Panorama, after pressing the expand button of a stacked group, the titles of the websites are not visible - dark colored. (See Screenshot 1) Reproducible: always Steps to reproduce: 1. Create a few tabs 2. Go to Panorama and create a stack 3. Press expand button and observe the titles of the websites Actual results: - the titles of the websites cannot be read - low visibility Expected results: - titles have a good visibility
Comment 1•12 years ago
|
||
Seems like if we can get a trivial patch for this, we'd want it for final
Blocks: 585689
Priority: -- → P4
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → tim.taubert
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•12 years ago
|
||
>- color: WindowText;
>+ color: #EEE;
Changing color from WindowText to #EEE because the expanded-overlay's background is always black (with some opacity). WindowText is pretty dark in the standard Ubuntu theme (see screenshot).
Attachment #515044 -
Flags: review?(ian)
Attachment #515044 -
Flags: feedback?(mitcho)
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 515044 [details] [diff] [review] patch v1 Note: #EEE is also used in pinstripe and winstripe theme.
Updated•12 years ago
|
Whiteboard: [4b12]
Comment 4•12 years ago
|
||
Comment on attachment 515044 [details] [diff] [review] patch v1 Seems good. Can you post a screenshot (with patch applied) too, Tim?
Attachment #515044 -
Flags: feedback?(mitcho) → feedback+
Assignee | ||
Comment 5•12 years ago
|
||
Updated•12 years ago
|
Attachment #515044 -
Flags: review?(ian) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Comment on attachment 515044 [details] [diff] [review] patch v1 Note to approvers: Non-risk one-line CSS change that vastly improves the readability of tab titles for expanded stacks.
Attachment #515044 -
Flags: approval2.0?
Updated•12 years ago
|
Attachment #515044 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 7•12 years ago
|
||
Attachment #515044 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 8•12 years ago
|
||
Comment on attachment 515732 [details] [diff] [review] [checked-in] patch for checkin http://hg.mozilla.org/mozilla-central/rev/0914f594bfb0
Attachment #515732 -
Attachment description: patch for checkin → [checked-in] patch for checkin
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Keywords: checkin-needed
Reporter | ||
Comment 9•12 years ago
|
||
Verified with: Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/4.0
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•