Closed
Bug 612053
Opened 15 years ago
Closed 15 years ago
clicking a few pixels down from "Plugins" makes "Available Updates" or "Recent Updates" pane appear
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla2.0b11
People
(Reporter: fryn, Assigned: fryn)
References
Details
Attachments
(1 file)
1.84 KB,
patch
|
Unfocused
:
review+
Dolske
:
approval2.0+
|
Details | Diff | Splinter Review |
STR:
1. Open Add-ons Manager.
2. Click when the cursor placed a few pixels down from the "Plugins" pane label.
Expected Results:
Nothing happens.
Actual Results:
The "Recent Updates" label and pane appears.
Comment 1•15 years ago
|
||
Looks like it depends on some settings but for me the "Available Updates" pane is shown.
OS: Mac OS X → All
Summary: clicking a few pixels down from "Plugins" makes "Recent Updates" pane appear → clicking a few pixels down from "Plugins" makes "Available Updates" or "Recent Updates" pane appear
![]() |
||
Comment 2•15 years ago
|
||
Here WORKARUND maybe works.
.category[disabled="true"]
{
border-top: 0px !important;
border-bottom: 0px !important;
}
![]() |
Assignee | |
Comment 4•15 years ago
|
||
Removes border when disabled.
![]() |
Assignee | |
Comment 5•15 years ago
|
||
(In reply to comment #2)
> .category[disabled="true"]
> {
> border-top: 0px !important;
> border-bottom: 0px !important;
> }
Thanks, Alice, for the suggested fix.
Updated•15 years ago
|
Attachment #506052 -
Flags: review?(bmcbride)
Attachment #506052 -
Flags: review+
Attachment #506052 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #506052 -
Flags: approval2.0? → approval2.0+
![]() |
Assignee | |
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 7•15 years ago
|
||
Target Milestone should be mozilla2.0b11, but it's not available as an option at the moment, so I'll fill that in later.
Updated•15 years ago
|
Target Milestone: --- → mozilla2.0b11
Comment 8•15 years ago
|
||
Verified fixed with Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b11pre) Gecko/20110127 Firefox/4.0b11pre
I don't think that we need a manual testcase here. Worth spending time on an automated one?
Status: RESOLVED → VERIFIED
Flags: in-testsuite?
Flags: in-litmus-
![]() |
Assignee | |
Comment 9•15 years ago
|
||
(In reply to comment #8)
> I don't think that we need a manual testcase here. Worth spending time on an
> automated one?
I don't think so. Trivial bug. Better to have engineering resources working on writing tests for more critical functionality in the Add-ons Manager.
![]() |
Assignee | |
Updated•15 years ago
|
Flags: in-testsuite? → in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•