bug 556853: Fix marking of perma-orange-on-10.6 per mstange's suggestion

This commit is contained in:
Daniel Holbert 2010-04-06 00:11:45 -07:00
parent 8dbd0f9902
commit b4b68c5a0a

View File

@ -384,7 +384,7 @@
// widget, even though the mouse is not over the tooltip, because that's what
// Mac OS X does.
[411, 180, NSMouseMoved, tooltip, right, [
{ type: "mousemove", target: rightElem, todoShouldNotHaveFired: !!navigator.oscpu.match(/Mac OS X 10\.6$/) },
{ type: "mousemove", target: rightElem, todoShouldHaveFired: !!navigator.oscpu.match(/Mac OS X 10\.6$/) },
]],
// Move another pixel. This time send the event to the right widget.
// However, that must not make a difference.