Closed
Bug 678140
Opened 13 years ago
Closed 13 years ago
Message and folder focus is not shown when using CTRL+up/down arrow key
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 9.0
People
(Reporter: asmo.soinio, Assigned: Paenglab)
References
Details
Attachments
(1 file, 1 obsolete file)
1.33 KB,
patch
|
squib
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Steps to reproduce:
Message or folder list, click on an item. Press and hold control. Press arrow down/up.
Actual results:
Nothing visible happens.
But if you now press SPACE, you can select the next message/folder, i.e. focus has been moved on the arrow key press.
Expected results:
There should be an indication of where the keyboard focus is.
Maybe related: When dragging a message to a folder, there is no visual which indication on the target folder while dragging.
Comment 1•13 years ago
|
||
Confirming. I suspect this is fairly straightforward. Paenglab, if you want me to take care of this, let me know, but since you've done a lot of good work on the Aero theme, I suspect you'd be able to do it more quickly than me. :)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•13 years ago
|
||
Jim, because you could confirm this bug you have a working Win7 ;) and I think it would be the best you are doing the review.
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #554414 -
Flags: review?(squibblyflabbetydoo)
Comment 3•13 years ago
|
||
I haven't had a chance to run with this yet, but based on inspection of the code, I think we should be doing this a bit differently. Windows Explorer's focus ring looks pretty much like the border around selected rows; it's not a dotted border anymore. We should probably try to imitate that.
Assignee | ||
Comment 4•13 years ago
|
||
With solid instead dotted border.
Attachment #554414 -
Attachment is obsolete: true
Attachment #554414 -
Flags: review?(squibblyflabbetydoo)
Attachment #554441 -
Flags: review?(squibblyflabbetydoo)
Comment 5•13 years ago
|
||
Comment on attachment 554441 [details] [diff] [review]
Let focus work again V2
Review of attachment 554441 [details] [diff] [review]:
-----------------------------------------------------------------
Except for the comment below, this looks good to me. r+ with that addressed (possibly just with an explanation in this bug of why it's needed).
::: mail/themes/qute/mail/messenger-aero.css
@@ +44,5 @@
>
> listitem,
> treechildren::-moz-tree-row {
> min-height: 1.7em;
> + color: -moz-FieldText;
Why this change?
Attachment #554441 -
Flags: review?(squibblyflabbetydoo) → review+
Assignee | ||
Comment 6•13 years ago
|
||
When you are for example in the filter dialog with multiple filters and you move the focus with CTRL arrow down, the selected listitem text becomes highlight color and is no more readable because also the background has the highlight color. The -moz-FieldText is to override this. In Explorer also the text color is always black no matter what state it have.
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 9.0
Updated•13 years ago
|
Keywords: checkin-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•