[chromium-bugs] Issue 2215 in chromium: event.metaKey returns true when ALT is pressed

2009-03-18 Thread codesite-noreply
Comment #13 on issue 2215 by fredck: event.metaKey returns true when ALT is pressed http://code.google.com/p/chromium/issues/detail?id=2215 Sorry for this outsider comment, but... what a brilliant research! Go fixing it... avi deserves it ;) -- You received this message because you are list

[chromium-bugs] Issue 2215 in chromium: event.metaKey returns true when ALT is pressed

2009-03-18 Thread codesite-noreply
Comment #12 on issue 2215 by a...@chromium.org: event.metaKey returns true when ALT is pressed http://code.google.com/p/chromium/issues/detail?id=2215 Executive summary: This is a bug that we inherited from WebKit that was fixed by them more than a year ago. The full story, doing a dp

[chromium-bugs] Issue 2215 in chromium: event.metaKey returns true when ALT is pressed

2009-03-18 Thread codesite-noreply
Comment #11 on issue 2215 by a...@chromium.org: event.metaKey returns true when ALT is pressed http://code.google.com/p/chromium/issues/detail?id=2215 hbono: re comment 10, I'm intimately familiar with that code, having written it a few weeks ago. The real issue is this: Why do we consider

[chromium-bugs] Issue 2215 in chromium: event.metaKey returns true when ALT is pressed

2009-03-17 Thread codesite-noreply
Comment #10 on issue 2215 by hb...@chromium.org: event.metaKey returns true when ALT is pressed http://code.google.com/p/chromium/issues/detail?id=2215 FYI, an WebKeyboardEvent object is converted into a PlatformKeyboardEvent object in "http://src.chromium.org/viewvc/chrome/trunk/src/webkit/

[chromium-bugs] Issue 2215 in chromium: event.metaKey returns true when ALT is pressed

2009-03-17 Thread codesite-noreply
Comment #9 on issue 2215 by hb...@chromium.org: event.metaKey returns true when ALT is pressed http://code.google.com/p/chromium/issues/detail?id=2215 As far as I read though the svn logs, it is ben. (I have not checked logs before we moved our source tree to svn and I'm not 100% confident t

[chromium-bugs] Issue 2215 in chromium: event.metaKey returns true when ALT is pressed

2009-03-17 Thread codesite-noreply
Comment #8 on issue 2215 by a...@chromium.org: 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 di

[chromium-bugs] Issue 2215 in chromium: event.metaKey returns true when ALT is pressed

2009-03-15 Thread codesite-noreply
Updates: Cc: b...@chromium.org da...@chromium.org Comment #6 on issue 2215 by hb...@chromium.org: event.metaKey returns true when ALT is pressed http://code.google.com/p/chromium/issues/detail?id=2215 ben and darin, To read through the svn logs (including ones before Chrome is release

[chromium-bugs] Issue 2215 in chromium: event.metaKey returns true when ALT is pressed

2008-12-03 Thread codesite-noreply
Updates: Status: Assigned Owner: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Labels: Mstone-1.1 Comment #4 on issue 2215 by [EMAIL PROTECTED]: event.metaKey returns true when ALT is pressed http://code.google.com/p/chromium/issues/detail?id=2215 This appears to be d

[chromium-bugs] Issue 2215 in chromium: event.metaKey returns true when ALT is pressed

2008-12-02 Thread codesite-noreply
Updates: Labels: -Area-BrowserUI Area-WebKit Comment #3 on issue 2215 by [EMAIL PROTECTED]: event.metaKey returns true when ALT is pressed http://code.google.com/p/chromium/issues/detail?id=2215 (No comment was entered for this change.) -- You received this message because you are li

[chromium-bugs] Issue 2215 in chromium: event.metaKey returns true when ALT is pressed

2008-11-21 Thread codesite-noreply
Updates: Status: Untriaged Cc: [EMAIL PROTECTED] Labels: -Area-Misc Area-BrowserUI Comment #2 on issue 2215 by [EMAIL PROTECTED]: event.metaKey returns true when ALT is pressed http://code.google.com/p/chromium/issues/detail?id=2215 Testcase provide uploaded on http://g

[chromium-bugs] Issue 2215 in chromium: event.metaKey returns true when ALT is pressed

2008-09-13 Thread codesite-noreply
Issue 2215: event.metaKey returns true when ALT is pressed http://code.google.com/p/chromium/issues/detail?id=2215 New issue report by fredck: When attaching to a DOM event (like keydown), the "event.metaKey" property returns "true" if the ALT key is pressed (as well as "event.altKey"). It should