Bug 13765 - [gdk] Use GtkWidget in WebCore::Widget to allow focus handling
Summary: [gdk] Use GtkWidget in WebCore::Widget to allow focus handling
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-17 14:42 PDT by Holger Freyther
Modified: 2007-05-18 02:05 PDT (History)
0 users

See Also:


Attachments
Use GtkWidget inside WebCore::Widget (12.11 KB, patch)
2007-05-17 14:44 PDT, Holger Freyther
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Freyther 2007-05-17 14:42:36 PDT
To implement proper focus handling a GtkWidget is needed. Currently it is not possible to give focus to a form element, this patch is fixing that.
Comment 1 Holger Freyther 2007-05-17 14:44:34 PDT
Created attachment 14597 [details]
Use GtkWidget inside WebCore::Widget

Implement PlatformScrollBar, make WebCore::Widget use a GtkWidget to properly handle setting the focus. And implement at least one method in ScreenGdk.
Comment 2 Maciej Stachowiak 2007-05-17 17:27:36 PDT
Comment on attachment 14597 [details]
Use GtkWidget inside WebCore::Widget

r=me
Comment 3 Mark Rowe (bdash) 2007-05-18 02:05:13 PDT
Landed in r21560.  Something whacky happened to one of your ChangeLog entries so I fixed it up as best as I could.