[Webkit-unassigned] [Bug 44935] [Qt] Web process crash when pressing modifiers in input field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 2 23:42:27 PDT 2010


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





--- Comment #5 from Kimmo Kinnunen <kimmo.t.kinnunen at nokia.com>  2010-09-02 23:42:27 PST ---
(In reply to comment #4)
> > In other words: the implementation tries to remove the notion that PlatformKeyboardEvent is QKeyEvent.
> 
> I did not ask what the patch is doing, which is quite clear, but rather why it is implemented that way.
> 
> Here is what I had in mind when thinking about this problem. There will be nativeModifiers() and nativeScanCode() for PlatformKeyboardEvent under #if PLATFORM(QT), i.e. no need to specialize for XP_UNIX. Can this work?

You mean that remove the #if XP_UNIX and remove the x11 prefix? Should work, though I don't see any point where the other qt platforms use the methods. It's ok for me, if it's ok for you.

-- 
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