[Webkit-unassigned] [Bug 27827] New: [Chromium] Functions Keys don't work in google spreadsheet.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 00:19:13 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27827

           Summary: [Chromium] Functions Keys don't work in google
                    spreadsheet.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hbono at chromium.org
                CC: evan at chromium.org, estade at chromium.org


(Copied from <http://crbug.com/14821>.)

Chrome Version : r22038
OS + version : Ubuntu 8.04
CPU architecture (32-bit / 64-bit): 64
window manager : gnome
URLs (if applicable) : <http://docs.google.com/>
Behavior in Firefox 3.x (if applicable):
Behavior in Chrome for Windows (optional):

What steps will reproduce the problem?
1. open spreadsheet em doc.google.com
2. enter data in cell
3. return to cell and press f2 to edit
4. previously entered data disappears and cell is empty.

What is the expected result?

What happens instead?

Please provide any additional information below. Attach a screenshot
and backtrace if possible.

WebCore::windowsKeyCodeForKeyEvent() (in
"WebCore/platform/chromium/KeyCodeConversionGtk.cpp") doesn't have mappings for
GDK Function keys (i.e. GDK_F1...,GDK_F24) and cannot send function-key events
to a web page. We need to copy the mappings from
"WebCore/platform/gtk/KeyEventGdk.cpp".

Also, it may be good to change
"WebKitTools/DumpRenderTree/mac/EventSendingController.mm" so that we can send
a function-key event through a eventSender.keyDown("F1") call and write layout
tests for this issue.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list