| Summary: | Web Inspector: Dragging selection window when mouse goes out of window bounds does not behave as expected | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | graouts, joepeck, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
Joseph Pecoraro
2014-07-28 17:11:50 PDT
Created attachment 236217 [details]
[PATCH] Proposed Fix
Comment on attachment 236217 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=236217&action=review > Source/WebInspectorUI/UserInterface/Views/TimelineRuler.js:611 > + var selectionDragElementRects = this._selectionDragElement.getBoundingClientRect(); selectionDragElementRect instead of selectionDragElementRects? Comment on attachment 236217 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=236217&action=review >> Source/WebInspectorUI/UserInterface/Views/TimelineRuler.js:611 >> + var selectionDragElementRects = this._selectionDragElement.getBoundingClientRect(); > > selectionDragElementRect instead of selectionDragElementRects? Oop, yeah. Will fix. |