Closed
Bug 613197
Opened 15 years ago
Closed 15 years ago
Observer of modal dialog should check if the most recent window is not the calling one
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aaronmt, Assigned: whimboo)
References
Details
(Whiteboard: [lib])
The modalDialog constructor in the modal-dialog shared module should receive a controller object in order to forward it to the mdObserver observer object. As a result, we can then do a window check on the controller.
| Assignee | ||
Comment 1•15 years ago
|
||
It shouldn't be too hard to fix. I will give it a try later.
Assignee: nobody → hskupin
Summary: Update modalDialog constructor to receive a controller object in modal-dialog shared module → Observer of modal dialog should check if the most recent window is not the calling one
| Assignee | ||
Comment 2•15 years ago
|
||
Move of Mozmill Test related project bugs to newly created components. You can
filter out those emails by using "Mozmill-Tests-to-MozillaQA" as criteria.
Product: Testing → Mozilla QA
| Assignee | ||
Comment 3•15 years ago
|
||
I will include a fix for this particular bug with my work on bug 560820.
| Assignee | ||
Comment 4•15 years ago
|
||
Fixed by my patch on bug 560820. Just specify the correct window for the caller in the modal dialog constructor.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•14 years ago
|
Component: Mozmill Tests → Mozmill Shared Modules
| Assignee | ||
Updated•13 years ago
|
Component: Mozmill Shared Modules → Mozmill Tests
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [shared-module] → [lib]
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
•