Comment #22 on issue 4871 by m0.interactive: REGRESSION: <space> no longer  
scrolls web content in Trunk builds
http://code.google.com/p/chromium/issues/detail?id=4871

Sorry guys, I tried and I failed. I thought the issue was because the CHAR  
event
isn't being consumed, so I changed it to be KeyDown, but that allowed a  
page up and
page down whenever you press space/space+shift. Which was clearly incorrect  
as
pointed out by abarath.

The thing I found out that it IS consuming the CHAR event, BUT for some  
strange odd
reason these two are always returning 'true'

   EventHandler* handler = frame->eventHandler();
   if (!handler)
     return KeyEventDefault(event);

   if (!handler->keyEvent(evt))
     return KeyEventDefault(event);

Hence no KeyEventDefault is being done. What should we do next ? I have  
been trying
for hours with no luck.

If anyone has any ideas, lets share and try to mark this bug as fixed!

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