Closed
Bug 618889
Opened 14 years ago
Closed 14 years ago
Web Console doesn't animate away when you click the close button
Categories
(DevTools :: General, defect, P3)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pcwalton, Assigned: pcwalton)
References
Details
(Keywords: polish)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
sdwilsh
:
review+
msucan
:
feedback+
Gavin
:
approval2.0+
|
Details | Diff | Splinter Review |
Title says it all. Pressing Cmd+Shift+K makes the console animation trigger, as does choosing the menu item, but clicking the close button doesn't.
Assignee | ||
Comment 1•14 years ago
|
||
Proposed patch attached.
Attachment #497385 -
Flags: feedback?(mihai.sucan)
Assignee | ||
Comment 2•14 years ago
|
||
Patch version 2 actually fixes the problem.
Assignee: nobody → pwalton
Attachment #497385 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #497387 -
Flags: feedback?(mihai.sucan)
Attachment #497385 -
Flags: feedback?(mihai.sucan)
Comment 3•14 years ago
|
||
Comment on attachment 497387 [details] [diff] [review]
[checked-in] Proposed patch, version 2.
The fix is fine, but I am not sure if we should or not have a mochitest for this bug. Aren't we supposed to test for UI bugs as well? If you believe no test is needed, go ahead and ask for review.
Attachment #497387 -
Flags: feedback?(mihai.sucan) → feedback+
Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 497387 [details] [diff] [review]
[checked-in] Proposed patch, version 2.
Yeah, I thought of that, but I couldn't think of an easy way to test this, since the animation is done in CSS.
Attachment #497387 -
Flags: review?(sdwilsh)
Comment 5•14 years ago
|
||
Comment on attachment 497387 [details] [diff] [review]
[checked-in] Proposed patch, version 2.
r=sdwilsh
Attachment #497387 -
Flags: review?(sdwilsh) → review+
Assignee | ||
Updated•14 years ago
|
Attachment #497387 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #497387 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
Keywords: checkin-needed
Comment 6•14 years ago
|
||
Comment on attachment 497387 [details] [diff] [review]
[checked-in] Proposed patch, version 2.
http://hg.mozilla.org/mozilla-central/rev/43b33e90152f
Attachment #497387 -
Attachment description: Proposed patch, version 2. → [checked-in] Proposed patch, version 2.
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 7•14 years ago
|
||
(In reply to comment #4)
> Comment on attachment 497387 [details] [diff] [review]
> [checked-in] Proposed patch, version 2.
>
> Yeah, I thought of that, but I couldn't think of an easy way to test this,
> since the animation is done in CSS.
You could intercept the animate function and ensure it is called when the x button is clicked.
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•