Closed Bug 531591 Opened 15 years ago Closed 15 years ago

NS_QUERY_CHARACTER_AT_POINT event doesn't work fine on XUL panel

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.9.3a4

People

(Reporter: masayuki, Assigned: masayuki)

References

Details

NS_QUERY_CHARACTER_AT_POINT event doesn't work fine on XUL panel because nsContentEventHandler::OnQueryCharacterAtPoint() uses nsIPresShell:GetRootFrame() on XUL panel. The method returns the panel parent's root frame. Therefore, it needs to convert the nsGUIEvent::refPoint. By this bug, we cannot use mouse with IME on Window when the focused editor in XUL panel (e.g., bookmark panel). I'll fix this bug at bug 528396.
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
fixed by bug 528396.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a4
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.