Bug 38932 - wx port: activate handler not being run correctly
Summary: wx port: activate handler not being run correctly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 13:06 PDT by Kevin Watters
Modified: 2010-05-11 17:26 PDT (History)
4 users (show)

See Also:


Attachments
load about:blank on creation to initialize objects (1.06 KB, patch)
2010-05-11 13:06 PDT, Kevin Watters
kevino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2010-05-11 13:06:04 PDT
Created attachment 55742 [details]
load about:blank on creation to initialize objects

Because on wxWebView creation there isn't a focusController yet, wxEVT_ACTIVATE fails to fire in some situations.
Comment 1 WebKit Review Bot 2010-05-11 17:12:16 PDT
http://trac.webkit.org/changeset/59184 might have broken GTK Linux 32-bit Release
The following changes are on the blame list:
http://trac.webkit.org/changeset/59184
http://trac.webkit.org/changeset/59185
Comment 2 Kevin Ollivier 2010-05-11 17:26:09 PDT
Landed in r59184, thanks!