Closed Bug 468421 Opened 16 years ago Closed 16 years ago

###!!! ASSERTION: Incorrect event type for coordinate translation:

Categories

(Core Graveyard :: Plug-ins, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: neil, Assigned: neil)

References

Details

Attachments

(1 file)

###!!! ASSERTION: Incorrect event type for coordinate translation: 'anEvent.message == NS_MOUSE_BUTTON_DOWN || anEvent.message == NS_MOUSE_BUTTON_UP || anEvent.message == NS_MOUSE_DOUBLECLICK || anEvent.message == NS_MOUSE_MOVE', file nsObjectFrame.cpp, line 3741

anEvent.message can be NS_MOUSE_ENTER_SYNTH here.
I think we just need to fix the assertion to include NS_MOUSE_EXIT_SYNTH and NS_MOUSE_ENTER_SYNTH; since nsEventStateManager::DispatchMouseEvent is used to dispatch those events and it uses the same native message as the original mouse event, they should be fine. If you have a Windows build and a testcase, would you mind rolling that patch?
Assignee: nobody → neil
Status: NEW → ASSIGNED
Attachment #352083 - Flags: superreview?(roc)
Attachment #352083 - Flags: review?(roc)
Attachment #352083 - Flags: superreview?(roc)
Attachment #352083 - Flags: superreview+
Attachment #352083 - Flags: review?(roc)
Attachment #352083 - Flags: review+
Pushed changeset b88bc6127dca to mozilla-central.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: