Closed
Bug 1047312
Opened 10 years ago
Closed 6 years ago
Refactor closeTab() from tabs.js to be similar to the openTab() method
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: danisielm, Unassigned)
References
()
Details
(Whiteboard: [lib][lang=js])
Attachments
(1 file)
3.63 KB,
patch
|
andrei
:
review-
|
Details | Diff | Splinter Review |
We want to update the closeTab() method in our repository to properly wait for the 'TabClose' event.
This may fix some of the problems we have when we want to click on tabs after a current one has been closed.
Attachment #8466114 -
Flags: review?(andrei.eftimie)
Attachment #8466114 -
Flags: review?(andreea.matei)
Comment 1•10 years ago
|
||
Comment on attachment 8466114 [details] [diff] [review]
wait-close-tab-animation.patch
Review of attachment 8466114 [details] [diff] [review]:
-----------------------------------------------------------------
Please do a similar implementation to _waitForTabOpened().
We should also take into account possible transitions.
Attachment #8466114 -
Flags: review?(andrei.eftimie)
Attachment #8466114 -
Flags: review?(andreea.matei)
Attachment #8466114 -
Flags: review-
Updated•10 years ago
|
Assignee: nobody → daniel.gherasim
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•10 years ago
|
||
As Andrei requested, we need here a new _waitForTabClosed method and also the closeTab will accept a callback method.
Summary: Update closeTab() from tabs.js to wait for the animation event → Refactor closeTab() from tabs.js to be similar to the openTab() method
Updated•10 years ago
|
Assignee: danisielm → nobody
Updated•10 years ago
|
Status: ASSIGNED → NEW
Comment 3•6 years ago
|
||
Mozmill is dead, WONTFIX the remaining bugs.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•