Closed
Bug 392802
Opened 19 years ago
Closed 18 years ago
File listings very hard to read
Categories
(Firefox :: General, defect, P2)
Firefox
General
Tracking
()
VERIFIED
FIXED
Firefox 3 beta3
People
(Reporter: bzbarsky, Assigned: dao)
References
(Blocks 1 open bug)
Details
(Keywords: access, regression)
Attachments
(3 files, 1 obsolete file)
|
1.68 KB,
patch
|
asaf
:
review+
beltzner
:
ui-review+
|
Details | Diff | Splinter Review |
|
53.79 KB,
image/png
|
beltzner
:
ui-review+
|
Details |
|
8.09 KB,
patch
|
asaf
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
The default toolkit styling for file listings now uses a fairly light gray text color and fairly low opacity on the icons for all files except the one you're hovering. This gives the whole listing a very washed-out, hard-to-read appearance.
I'd recommend ditching the washed-out opacity and text color styling and sticking with whatever color matches the background color we're using.
Flags: blocking1.9?
| Assignee | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
Comment on attachment 278485 [details] [diff] [review]
remove opacity effect (checked in)
needs ui-r (likely post-facto given current AFKs :-/).
Attachment #278485 -
Flags: review?(mano) → review+
| Assignee | ||
Updated•19 years ago
|
Assignee: dao → nobody
Status: ASSIGNED → NEW
Component: Themes → Tabbed Browser
Flags: blocking1.9?
Product: Core → Firefox
QA Contact: themes → tabbed.browser
| Assignee | ||
Updated•19 years ago
|
Component: Tabbed Browser → General
QA Contact: tabbed.browser → general
| Assignee | ||
Comment 3•19 years ago
|
||
Comment on attachment 278485 [details] [diff] [review]
remove opacity effect (checked in)
looks like Toolkit could use a Themes component ...
Attachment #278485 -
Flags: ui-review?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Assignee: nobody → dao
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Reporter | ||
Comment 4•19 years ago
|
||
I put this in Core so I could set the right blocker flags on it (which have now been nuked by the product change).
And Firefox is definitely the wrong product for this, since this bug affects Seamonkey as well. I do think the component where I filed it was the right one. Is the problem that it doesn't have a ui-review flag? Do we need to add one?
| Assignee | ||
Comment 5•19 years ago
|
||
According to <https://bugzilla.mozilla.org/describecomponents.cgi?product=Core>, it wasn't the right one, and yes, there was no ui-review flag.
| Reporter | ||
Comment 6•19 years ago
|
||
I hate our component (dis)organization. In any case, next time you do that please restore the nearest-equivalent blocking flags, ok?
Flags: blocking-firefox3?
| Assignee | ||
Comment 7•19 years ago
|
||
Sure.
| Assignee | ||
Updated•18 years ago
|
Attachment #278485 -
Flags: ui-review?(mconnor) → ui-review?(beltzner)
Updated•18 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Updated•18 years ago
|
Attachment #278485 -
Flags: ui-review?(beltzner) → ui-review+
| Assignee | ||
Updated•18 years ago
|
Keywords: checkin-needed
Comment 8•18 years ago
|
||
Checking in toolkit/themes/pinstripe/global/dirListing/dirListing.css;
/cvsroot/mozilla/toolkit/themes/pinstripe/global/dirListing/dirListing.css,v <-- dirListing.css
new revision: 1.4; previous revision: 1.3
done
Checking in toolkit/themes/winstripe/global/dirListing/dirListing.css;
/cvsroot/mozilla/toolkit/themes/winstripe/global/dirListing/dirListing.css,v <-- dirListing.css
new revision: 1.4; previous revision: 1.3
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: checkin-needed,
uiwanted
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 M9
| Assignee | ||
Comment 9•18 years ago
|
||
Boris, you might want to reopen this bug if you still think the gray text shouldn't be gray. In that case, please also add the uiwanted keyword back.
| Reporter | ||
Comment 10•18 years ago
|
||
Uh... It for sure shouldn't be. Which part of "hard to read" was unclear?
| Assignee | ||
Updated•18 years ago
|
Attachment #278485 -
Attachment description: remove opacity effect → remove opacity effect (checked in)
| Assignee | ||
Comment 11•18 years ago
|
||
Attachment #281488 -
Flags: ui-review?(beltzner)
| Reporter | ||
Comment 12•18 years ago
|
||
I guess I'm not sure why we're trying to highlight the currently-hovered item. If we _are_ then I do think that reducing its readability slightly (as the attached screenshot shows) is better than reducing the readability of the whole listing.
| Assignee | ||
Comment 13•18 years ago
|
||
(In reply to comment #12)
> I guess I'm not sure why we're trying to highlight the currently-hovered item.
Because it helps to visually connect the cells that belong to a row.
| Reporter | ||
Comment 14•18 years ago
|
||
You could get that by having thin row borders, no? Possibly even just on the hovered row if you want.
| Reporter | ||
Comment 15•18 years ago
|
||
Or better yet, something like:
tr:hover { outline: whatever }
since that won't affect layout either.
| Assignee | ||
Comment 16•18 years ago
|
||
Yes, border doesn't work on tr, but outline would.
| Reporter | ||
Comment 17•18 years ago
|
||
> border doesn't work on tr
It does in the collapsed border model. But I do think the outline solution is better.
| Assignee | ||
Comment 18•18 years ago
|
||
looks better I think, thus making the previous one obsolete.
Attachment #281488 -
Attachment is obsolete: true
Attachment #281492 -
Flags: ui-review?(beltzner)
Attachment #281488 -
Flags: ui-review?(beltzner)
Comment 19•18 years ago
|
||
moving out bugs that don't need to block b1
Target Milestone: Firefox 3 M9 → Firefox 3 M10
Updated•18 years ago
|
Status: REOPENED → ASSIGNED
Priority: -- → P2
| Assignee | ||
Updated•18 years ago
|
OS: Linux → All
Hardware: PC → All
Whiteboard: [needs review beltzner]
Target Milestone: Firefox 3 M10 → Firefox 3 M11
Comment 20•18 years ago
|
||
Comment on attachment 281492 [details]
possible solution #2
Looks good. I wonder if we even need to do the link highlighting, as opposed to instead just highlighting the background of the entire row much like a file explorer.
Attachment #281492 -
Flags: ui-review?(beltzner) → ui-review+
| Assignee | ||
Updated•18 years ago
|
Whiteboard: [needs review beltzner]
| Assignee | ||
Comment 21•18 years ago
|
||
Since I need to touch the paddings anyway, this also fixes some outstanding RTL issues. For perfect RTL support, I'd need the CSS3 values 'start' and 'end' for the text-align property.
Attachment #295482 -
Flags: superreview?(bzbarsky)
Attachment #295482 -
Flags: review?(mano)
| Reporter | ||
Updated•18 years ago
|
Attachment #295482 -
Flags: superreview?(bzbarsky) → superreview+
Comment 22•18 years ago
|
||
Comment on attachment 295482 [details] [diff] [review]
patch
r=mano
Attachment #295482 -
Flags: review?(mano) → review+
| Assignee | ||
Updated•18 years ago
|
Keywords: uiwanted → checkin-needed
Comment 23•18 years ago
|
||
Checking in netwerk/streamconv/converters/nsIndexedToHTML.cpp;
/cvsroot/mozilla/netwerk/streamconv/converters/nsIndexedToHTML.cpp,v <-- nsIndexedToHTML.cpp
new revision: 1.88; previous revision: 1.87
done
Checking in toolkit/themes/pinstripe/global/dirListing/dirListing.css;
/cvsroot/mozilla/toolkit/themes/pinstripe/global/dirListing/dirListing.css,v <-- dirListing.css
new revision: 1.5; previous revision: 1.4
done
Checking in toolkit/themes/winstripe/global/dirListing/dirListing.css;
/cvsroot/mozilla/toolkit/themes/winstripe/global/dirListing/dirListing.css,v <-- dirListing.css
new revision: 1.6; previous revision: 1.5
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago → 18 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Comment 24•18 years ago
|
||
verified fixed using Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9b3pre) Gecko/2008010805 Minefield/3.0b3pre ID:2008010805
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•