Closed
Bug 612687
Opened 15 years ago
Closed 15 years ago
stop using controller.keypress for menulists in dom-utils.js
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: adriank, Unassigned)
References
Details
Because of bug 606024 we use controller.keypress() instead of controller.select() in dom-utils.js . Once that bug is fixed, we can switch to select() as well as use node.value instead of node.label.
Comment 1•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
| Reporter | ||
Comment 2•15 years ago
|
||
controller.select will land directly with 562084
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> controller.select will land directly with 562084
oops, wrong bug number - should be Bug 587819
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
•