Closed Bug 589078 Opened 14 years ago Closed 14 years ago

two mochitest-browser-chrome tests fail on win7 with 130078

Categories

(Core :: Layout, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: tnikkel, Unassigned)

References

Details

Attachments

(1 file)

browser/base/content/test/browser_pluginnotification.js and toolkit/mozapps/extensions/test/browser/browser_manualupdates.js fail on Windows 7 with 130078. Both tests use EventUtils.synthesizeMouse(element, 0, 0, ...) to send a click to element. I've had this fail before for me when writing a test (without 130078), so I think it is an existing problem, not something new with 130078. synthesizeMouse just gets the bounding client rect of the element, and then adds the passed in coords to the top left of it. If the element doesn't completely fill its bounding client rect the sent click could easily miss.
Attached patch patchSplinter Review
Attachment #467699 - Flags: review?(dbaron)
http://hg.mozilla.org/mozilla-central/rev/5da707676f98
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: