Closed
Bug 647248
Opened 14 years ago
Closed 14 years ago
Tabview doens't get closed because of broken DTD handling
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aaronmt, Assigned: whimboo)
References
Details
Attachments
(1 file, 1 obsolete file)
910 bytes,
patch
|
u279076
:
review+
|
Details | Diff | Splinter Review |
Opening this bug for investigation as to why this exception is thrown with the following code. Please see attached test, and run with 'mozmill -t <test> -b <binary>'
Ran with Mozmill 1.5.2 w/fix from bug 646970
Reporter | ||
Updated•14 years ago
|
Attachment #523613 -
Attachment mime type: application/x-javascript → text/plain
Reporter | ||
Comment 1•14 years ago
|
||
ERROR | Test Failure: {"exception": {"message": "TabView is still open.", "lineNumber": 449, "stack": "waitFor([object Proxy],\"TabView is still open.\")@resource://mozmill/modules/utils.js:449\n@:0\n", "fileName": "resource://mozmill/modules/utils.js"}}
Commenting out the action of pinning the tab, does not trigger this failure. Why does pinning a tab prior, cause a failure?
Reporter | ||
Comment 3•14 years ago
|
||
nevermind comment #2, still same issue
Reporter | ||
Updated•14 years ago
|
Keywords: regression
Assignee | ||
Comment 4•14 years ago
|
||
Does it also happen with only one tab pinned as app tab?
Reporter | ||
Comment 5•14 years ago
|
||
(In reply to comment #4)
> Does it also happen with only one tab pinned as app tab?
Yes
This is either DUPE or FIXED-BY bug 648294.
Assignee | ||
Comment 7•14 years ago
|
||
Assignee: nobody → hskupin
Attachment #523613 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #525753 -
Flags: review?(anthony.s.hughes)
Assignee | ||
Updated•14 years ago
|
Summary: Investigate tabview waitForClosed exception | 'TabView is still open' → Tabview doens't get closed because of broken DTD handling
Attachment #525753 -
Flags: review?(anthony.s.hughes) → review+
Assignee | ||
Comment 8•14 years ago
|
||
Landed on default only as:
http://hg.mozilla.org/qa/mozmill-tests/rev/6c0adeef4173
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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
•