Bug 139720

Summary: Web Inspector: REGRESSION: Dragging undocked web inspector causes mouse to change from pointer to i-bar cursor over window title
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Matt Baker 2014-12-16 18:59:09 PST
* SUMMARY
Dragging the undocked web inspector window causes the cursor to change from the pointer to the i-bar cursor. This happens when using the top of the window to grab the window. 

* STEPS TO REPRODUCE
1. Launch Safari to apple.com and open the web inspector.
2. Undock the web inspector.
3. Click on the title of the window and drag the window.

* RESULTS
Actual: Cursor changes to i-bar for text insertion while the window is dragged.
Expect: Cursor stays as an arrow.

* NOTES
Not seen with other like windows like Console.
Does not occur when using the space in between the inspect, layers, styles, etc. images of the toolbar.

rdar://problem/18270950
Comment 1 Matt Baker 2014-12-16 19:08:55 PST
Created attachment 243424 [details]
Patch
Comment 2 WebKit Commit Bot 2014-12-16 19:55:38 PST
Comment on attachment 243424 [details]
Patch

Clearing flags on attachment: 243424

Committed r177433: <http://trac.webkit.org/changeset/177433>
Comment 3 WebKit Commit Bot 2014-12-16 19:55:43 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Joseph Pecoraro 2014-12-16 23:19:10 PST
Comment on attachment 243424 [details]
Patch

Hahaha, nice fix!