Updates:
        Cc: [email protected]

Comment #10 on issue 26076 by [email protected]: Selecting text on a  
web pages doesn't scroll
http://code.google.com/p/chromium/issues/detail?id=26076

It's not obvious to me that the Mac WebInputEventFactory::mouseEvent() (in  
webkit/api/src/mac/WebInputEventFactory.mm) does the right thing for mouse
exits. In particular, it's not obvious to me that converting NSMouseExited  
to WebInputEvent::MouseLeave is correct. The Linux version specifically  
avoids doing
so and sends a MouseMove instead; changing the Mac version to do (and also  
removing the "result.button = WebMouseEvent::ButtonNone;" line) appears to  
fix
things. I'm not sure what other consequences it has though. (Investigating  
some more.)

--
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