Closed
Bug 690900
Opened 14 years ago
Closed 14 years ago
[TABLETUI] Remove dotted line in border on New Tab button
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox9 unaffected)
VERIFIED
FIXED
Firefox 10
| Tracking | Status | |
|---|---|---|
| firefox9 | --- | unaffected |
People
(Reporter: aaronmt, Assigned: lucasr)
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
|
59.52 KB,
image/png
|
Details | |
|
1.59 KB,
patch
|
lucasr
:
review+
|
Details | Diff | Splinter Review |
See screenshot. Aurora (09/30) is unaffected.
--
Mozilla/5.0 (Android; Linux armv7l; rv:10.0a1) Gecko/20110930 Firefox/10.0a1 Fennec/10.0a1
Galaxy Tab 10.1 (Android 3.1)
| Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → lucasr.at.mozilla
Attachment #564153 -
Flags: review?(wjohnston)
Comment 2•14 years ago
|
||
Comment on attachment 564153 [details] [diff] [review]
Remove unwanted dotted line borders from tabs popup
I think we could be more general about this. We don't want _any_ buttons/toolbarbuttons to have the dotted line focus ring.
| Assignee | ||
Comment 3•14 years ago
|
||
Here's a more general patch to remove all button focus dotted borders.
Attachment #564153 -
Attachment is obsolete: true
Attachment #564153 -
Flags: review?(wjohnston)
Attachment #564172 -
Flags: review?(wjohnston)
Comment 4•14 years ago
|
||
I am a bit nervous this will make it hard to do any keyboard navigation on Fennec. Its already pretty difficult to tell what's focused. I don't want to compound the problem more. I don't have strong feelings about this. Otherwise the patch is fine. Just want mfinkle to confirm we're ok with it.
| Assignee | ||
Comment 5•14 years ago
|
||
Mark, suggestions? Maybe only change the new tab and close buttons?
We'd have to do a lot of fixes in order to get keyboard navigation working nicely anyway. The current dotted border looks misplaced.
Comment 6•14 years ago
|
||
Two things:
* We'll need to deal with "tab navigation" on it's own and it will probably be a bit tough. This change won't hurt us until then.
* Why aren't these 2 buttons toolbarbuttons, which already hide the focus outline?
| Assignee | ||
Comment 7•14 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #6)
> * Why aren't these 2 buttons toolbarbuttons, which already hide the focus
> outline?
I remember Wes commented in some other bug that he used button (instead of toolbarbutton) in order to get the alignment right or something. Wes, confirm?
Updated•14 years ago
|
Attachment #564172 -
Flags: review?(wjohnston) → review+
Comment 8•14 years ago
|
||
toolbarbuttons have an extra flex on their label:
http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/toolbarbutton.xml#14
while buttons do not:
http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/button.xml#214
The flex makes layout difficult. We should go remove it and put it in the toolkit stylesheets instead. filed bug 693367
| Assignee | ||
Updated•14 years ago
|
Attachment #564153 -
Attachment is obsolete: false
| Assignee | ||
Updated•14 years ago
|
Attachment #564172 -
Attachment is obsolete: true
| Assignee | ||
Updated•14 years ago
|
Attachment #564153 -
Flags: review+
| Assignee | ||
Comment 9•14 years ago
|
||
Landed the first patch: http://hg.mozilla.org/integration/mozilla-inbound/rev/a9eacbb0e411
Target Milestone: --- → Firefox 10
Comment 10•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 11•14 years ago
|
||
Build ID: Mozilla/5.0 (Android; Linux armv7l; rv:10.0a1) Gecko/20111031 Firefox/10.0a1 Fennec/10.0a1
Device: Asus Transformer TF101 - Android 3.1
Dotted line in border on New Tab button was removed.
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
status-firefox10:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•