Closed
Bug 471434
Opened 17 years ago
Closed 17 years ago
controller.menus.Window is not working
Categories
(Testing Graveyard :: Mozmill, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gkw, Unassigned)
Details
mail3PaneController.click(new elementslib.Elem(
mail3PaneController.menus.Window["Address Book"]));
doesn't work but
mail3PaneController.click(new elementslib.Elem(
mail3PaneController.menus.Tools["Add-ons"]));
does. Adam also experienced this.
This should be fixed before 1.0 is released.
Comment 1•17 years ago
|
||
I don't think this is fixable, and if it was it wouldn't be cross-platform.
The Window and Help menu's are OS X specific and as such don't have menu elements defined in XUL. Any test that relied on such an API wouldn't be cross-platform.
Comment 2•17 years ago
|
||
Is there anything in Window menu that we can't do another way that is cross platform?
I'm marking this WONTFIX for now.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•10 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•