Bug 19398
| Summary: | Resizing using the resize handle causes spurious mouse events. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Erik Arvidsson <erik.arvidsson> |
| Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ahmad.saleem792, rniwa |
| Priority: | P2 | Keywords: | GoogleBug, InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Erik Arvidsson
If the user resizes the window using the resize handle in the lower right corner we get a mousedown, mousemove and a mouseup directly after the user releases the mouse button after the resize.
This can cause "random" conversations to get loaded in Gmail because Gmail uses the mousedown event to load a conversation.
Expected behavior:
No mouse events should be fired when the user interacts with the resize handle.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
<rdar://problem/5986685>
Ahmad Saleem
This was tackled by this - https://github.com/WebKit/WebKit/commit/5a3c5676a28f70458adc9b4c3af8e2c9cec0bc42