Bug 14230 - REGRESSION: Can't use accented words in rich-text textarea in gmail.
Summary: REGRESSION: Can't use accented words in rich-text textarea in gmail.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2007-06-19 05:25 PDT by Leonardo Ribeiro
Modified: 2007-08-30 18:35 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leonardo Ribeiro 2007-06-19 05:25:30 PDT
REGRESSION: When composing an e-mail in Gmail using the rich-text editor, as I type accented letters the focus is moved to another form component (like subject).

I use an ABNT2 keyboard, and to create the letter á for exemple, I have to type ´+a. When I press the key to the accent (´) the focus moves. It happens with every accent.

It worked ok on Safari 2, but I have this behavior on Safari 3 and Webkit Nightly.
Comment 1 Alexey Proskuryakov 2007-06-20 10:38:23 PDT
Confirmed as a regression with r23651.

I got the layout from <http://rscunha13.googlepages.com/brasileiroABNT2.zip>.
Comment 2 Alexey Proskuryakov 2007-06-24 13:01:33 PDT
It is Google's JavaScript code that switches the focus from its keydown event handler (set a breakpoint on Frame::focusWindow() to verify). However, I couldn't yet find any substantial difference between these events as dispatched by shipping WebKit and TOT.
Comment 3 Adele Peterson 2007-08-30 15:37:37 PDT
Can anyone still reproduce?  If so, does this happen anytime you type any accented character, or just with that particular setup?
Comment 4 Leonardo Ribeiro 2007-08-30 18:35:30 PDT
I couldn't reproduce the bug in the latest nightly (r25307). Seems like it's fixed.