Comment #8 on issue 2215 by [email protected]: event.metaKey returns true when ALT is pressed http://code.google.com/p/chromium/issues/detail?id=2215
The only part of WebKit's code that I was considering bug-like was the required modifier keys for accelerator keys on the Mac, and that's a different issue than the one under discussion here. Looking at this code, this seems deliberate. Yet, in WebCore's Windows event handling (http://trac.webkit.org/browser/trunk/WebCore/platform/win/KeyEventWin.cpp), line 201 has: > m_metaKey(false) hbono, who was the original committer? Ben/Darin? I don't see how to read http://www.w3.org/TR/DOM-Level-3-Events/events.html so that our code is correct. -- 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 -~----------~----~----~----~------~----~------~--~---
