WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 16381
18140
Using shift in gmail acts as tab
https://bugs.webkit.org/show_bug.cgi?id=18140
Summary
Using shift in gmail acts as tab
Francois Hensley
Reported
2008-03-27 03:57:44 PDT
MacOS X.5 on a MacBook Pro Core Duo, 2.16Ghz, 2GB Ram. When going to gmail.com, and composing a mail, when in the textarea, when the left/right shift key is pressed, it acts as a tab and moves the cursor to the address field. After a bit or debuggin, I found the offending code in : ./WebCore/platform/mac/KeyEventMac.mm on line 780 When commenting out the offending line as such : case 56: // Left Shift case 60: // Right Shift //return ([event modifierFlags] & NSShiftKeyMask) == 0; the problem is rectified. However, this is untested on other platforms/OS'. Thanks
Attachments
Add attachment
proposed patch, testcase, etc.
Matt Lilek
Comment 1
2008-03-27 09:20:32 PDT
I can't get this to happen on GMail at all (v1 or v2).
Adam Roben (:aroben)
Comment 2
2008-03-27 09:32:43 PDT
Sounds like
bug 16381
to me.
Francois Hensley
Comment 3
2008-03-27 09:36:18 PDT
Hi. Yes it looks like the same bug, however, I can reproduce it every time using the nightly build. And this is on gmail v2.
Alexey Proskuryakov
Comment 4
2008-03-27 13:48:40 PDT
Are you using a localized version of GMail (I'm not sure if it is already localized to any languages though)? If you do, could you please check if this also happens for you with English localization?
Francois Hensley
Comment 5
2008-03-28 02:26:24 PDT
Nope, using the normal english version.
Eric Seidel (no email)
Comment 6
2008-04-14 00:08:02 PDT
I'm not able to reproduce this in Gmail. However I thought that all international gmail accounts were still getting v1 regardless?
Alexey Proskuryakov
Comment 7
2008-04-14 00:14:56 PDT
For me, the ability to choose v1 or v2 only depends on the language I choose in preferences. With Russian, I only get v1, but with English, I can choose v2, which doesn't have this problem.
Oliver Hunt
Comment 8
2008-04-14 00:20:28 PDT
This is probably a duplicate of
https://bugs.webkit.org/show_bug.cgi?id=16381
Anthony Ricaud
Comment 9
2008-04-14 00:38:18 PDT
Can't reproduce this. Either on Gmail V1 or V2 and with Safari3.1 or nightly
r31848
.
Robert Blaut
Comment 10
2008-07-30 04:45:55 PDT
(In reply to
comment #8
)
> This is probably a duplicate of
https://bugs.webkit.org/show_bug.cgi?id=16381
>
Indeed. (In reply to
comment #9
)
> Can't reproduce this. Either on Gmail V1 or V2 and with Safari3.1 or nightly >
r31848
. >
I also cannot reproduce the problem in the latest nightly of WebKit *** This bug has been marked as a duplicate of
16381
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug