Updates:
        Cc: [email protected]

Comment #11 on issue 26611 by [email protected]: Extra window focus/blur  
when clicking in iframe
http://code.google.com/p/chromium/issues/detail?id=26611

@arv

There is some more to it.

EventHandler::handleMousePressEvent(const PlatformMouseEvent& mouseEvent)  
dispatches the event to
the IFrame node which causes the IFrame to get focus, and to, as part of  
the windown.onblur
restore the focus to the main frame.

But after that, it calls handleMousePressEvent(const  
MouseEventWithHitTestResults& event)
(different signature) which itself calls focusDocumentView() which focus  
again the IFrame
triggering another cycle of onblur/onfocus, and leaving the focus  
controller apparently confused
(the 2 frames are shown as having focus).




--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to