Closed
Bug 1161307
Opened 11 years ago
Closed 11 years ago
Disabled addon notice due to safe mode does not extend to the right edge
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla41
People
(Reporter: gkw, Assigned: Paenglab)
References
Details
(Keywords: regression)
Attachments
(2 files)
|
246.50 KB,
image/png
|
Details | |
|
1.05 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
The disabled addon notice due to safe mode does not extend to the right edge, and it probably should. Thanks to :MattN for letting me know that this is a bug. :)
| Assignee | ||
Comment 1•11 years ago
|
||
The problem is, The page should have on the right (or better on all four sides) a margin of 48px like the notice has. But the add-on list needs to have no margin to position the scrollbar at the edge. This makes the focus ring also extend to the edge which gives the appearance the notice is too short.
I don't see how this could be fixed except we remove the focus ring.
| Assignee | ||
Comment 2•11 years ago
|
||
Found a solution to move the focusring to the .scrollbox-innerbox.
Is this something we can do? The only issue is, when the scrollbar appears, the focusring is shifted to the left for the scrollbar width. But maybe bug 1037859 shows a solution which could be copied.
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #8601579 -
Flags: review?(dtownsend)
Comment 3•11 years ago
|
||
I'm not sure this is the right solution. Why do we have the scrollbar separated off from the list items like this anyway?
| Assignee | ||
Comment 4•11 years ago
|
||
I can't find it now but during the in-content prefs styling the appearing of the scrollbar somewhere in the page (there is no color delimitation like on the old add-on manager styling) was rejected from UX.
Comment 5•11 years ago
|
||
Comment on attachment 8601579 [details] [diff] [review]
Bug1161307.patch
Review of attachment 8601579 [details] [diff] [review]:
-----------------------------------------------------------------
Ok I guess let's go with this.
Attachment #8601579 -
Flags: review?(dtownsend) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 6•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•