Bug 57972

Summary: Fix cursor problems with wx port
Product: WebKit Reporter: Malcolm MacLeod <mmacleod>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kevino, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Cursor fix patch kevino: review+, kevino: commit-queue-

Description Malcolm MacLeod 2011-04-06 12:51:47 PDT
Created attachment 88492 [details]
Cursor fix patch

Implement correct behavior for cursor changes (SetCursor) in the wx port, with previous code cursor changes would simply fail silently in some instances.
Comment 1 WebKit Review Bot 2011-04-06 12:54:37 PDT
Attachment 88492 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style']" exit_code: 1

Source/WebKit/wx/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Source/WebCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 2 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 2 Kevin Ollivier 2011-04-06 15:27:57 PDT
Landed in r83090, thanks!