Bug 15840
Summary: | REGRESSION: AltGr does not work in Nightlies for Windows newer than r26759 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robert Blaut <webkit> |
Component: | Text | Assignee: | Adam Roben (:aroben) <aroben> |
Status: | RESOLVED FIXED | ||
Severity: | Major | CC: | oliver |
Priority: | P1 | Keywords: | InRadar, Regression |
Version: | 523.x (Safari 3) | ||
Hardware: | PC | ||
OS: | Windows XP |
Robert Blaut
Summary:
I use combination AltGr + key to type Polish specific letters like "żółćęśąźń". Last nightly that the combinations work is r26759. Newer builds does not work any more :( I use WebKit engine with Safari 310A18.
Steps to reproduce:
1) Install Polish (Programmers) keyboard layout in you Windows XP installation.
2) Run the latest Webkit Nightly for Windows.
2) Open example page with textarea element: http://www.htmlref.com/examples/chapter12/textarea.html
3) Try to type inside textarea using combination AltGr + a, AltGr + o
Expected results:
Safari should display "ąó"
Currect result:
Safari displays nothing.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Robert Blaut
The bug report form converted Polish glyphs to html entities.
David Kilzer (:ddkilzer)
<rdar://problem/5579772>
Oliver Hunt
This bug was introduced by overly zealous key event filtering introduced in r27012
Ada Chan
Fixed in r27459