Closed
Bug 545622
Opened 15 years ago
Closed 15 years ago
[mozmill] Update existing tests to use controller.middleClick
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: Tobbi)
References
Details
Attachments
(1 file)
5.14 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
With bug 535018 fixed we can use middleClick now. We should update all existing tests which make use of this function. At the moment we are using something like:
controller.mouseDown(link, 1);
controller.mouseUp(link, 1);
Tobbi, would you be interested?
Reporter | ||
Updated•15 years ago
|
Component: Mozmill → General
Product: Testing → Firefox
QA Contact: mozmill → general
Summary: [test] Update existing tests to use controller.middleClick → [mozmill] Update existing tests to use controller.middleClick
Assignee | ||
Comment 1•15 years ago
|
||
(In reply to comment #0)
> With bug 535018 fixed we can use middleClick now. We should update all existing
> tests which make use of this function. At the moment we are using something
> like:
>
> controller.mouseDown(link, 1);
> controller.mouseUp(link, 1);
>
> Tobbi, would you be interested?
Yeah, I think I will take this and work on it while you're absent.
Assignee: nobody → tobbi.bugs
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•15 years ago
|
||
Attachment #428534 -
Flags: review?(hskupin)
Reporter | ||
Updated•15 years ago
|
Attachment #428534 -
Flags: review?(hskupin) → review+
Reporter | ||
Comment 3•15 years ago
|
||
Fixed on default and mozilla1.9.1:
http://hg.mozilla.org/qa/mozmill-tests/rev/586e7003e0f7
http://hg.mozilla.org/qa/mozmill-tests/rev/79de12cc8d57
Thanks Tobbi!
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•15 years ago
|
||
Mass 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.
Component: General → Mozmill Tests
Product: Firefox → Mozilla QA
QA Contact: general → mozmill-tests
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
•