Closed
Bug 809274
Opened 13 years ago
Closed 13 years ago
social may try and hide sidebar multiple times causing errors in the console
Categories
(Firefox Graveyard :: SocialAPI, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 19
People
(Reporter: markh, Assigned: markh)
Details
Attachments
(1 file, 1 obsolete file)
1.42 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
The social sidebar may end up having setSidebarVisibilityState(false) called multiple times without a "true" call in between. This primarily happens in tests when the sidebar is made visible then invisible before the sidebar load event fires.
The end result is errors written to the console (and these messages end up in the test logs too) - however, no test failures actually occur, so this need only land on m-c
Assignee | ||
Comment 1•13 years ago
|
||
tests all pass with this.
Assignee: nobody → mhammond
Attachment #678979 -
Flags: review?(felipc)
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #678979 -
Attachment is obsolete: true
Attachment #678979 -
Flags: review?(felipc)
Attachment #681304 -
Flags: review?(felipc)
Updated•13 years ago
|
Attachment #681304 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Status: NEW → ASSIGNED
Comment 4•13 years ago
|
||
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/5a2f571e1f6d for the weirdest set of later tests timing out.
Comment 5•13 years ago
|
||
Re-landed the same patch together with the patch from bug 811089 which will fix the test timeout from the previous attempt
https://hg.mozilla.org/integration/mozilla-inbound/rev/5672ca7c2551
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 19
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•