Closed
Bug 761107
Opened 13 years ago
Closed 13 years ago
New MozElement class breaks expected events for mouse and keyboard events
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Keywords: regression, Whiteboard: [mozmill-2.0+])
Attachments
(1 file)
With the implementation of bug 632451 expected events for mouse events are broken. It's a simple fix due to a typo.
Found it while working on bug 760418 to clean-up our Mutt tests.
Assignee | ||
Comment 1•13 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•13 years ago
|
Attachment #629737 -
Attachment description: Pointer to Github pull request: https://github.com/mozautomation/mozmill/pull/36 → Patch v1
Attachment #629737 -
Flags: review?(ctalbert)
Assignee | ||
Comment 2•13 years ago
|
||
Same also applies to keyboard events. I would love if tests have been added in the past.
My patch here doesn't have tests but those will be added over on bug 760418.
Summary: New MozElement class breaks expected events for mouse events → New MozElement class breaks expected events for mouse and keyboard events
Comment on attachment 629737 [details]
Patch v1
r+
Attachment #629737 -
Flags: review?(ctalbert) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•13 years ago
|
||
Updated tests which will catch a fallout like this will be in my patch on bug 760418.
Flags: in-testsuite+
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•