Bug 18194 - Full Page Zoom: Resizable text fields jump around when resizing
Summary: Full Page Zoom: Resizable text fields jump around when resizing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-28 15:17 PDT by Nicholas Shanks
Modified: 2008-04-03 14:16 PDT (History)
0 users

See Also:


Attachments
Patch to fix resizable text fields (4.06 KB, patch)
2008-04-03 12:25 PDT, Dave Hyatt
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Shanks 2008-03-28 15:17:32 PDT
When resizing a textarea element whilst zoomed in on a page, the resizing doesn't follow the mouse, but instead jumps back and forth as the mouse moves.
Comment 1 Dave Hyatt 2008-03-28 15:54:21 PDT
Yeah, need to account for the scale factor when using CSS resize property.

Comment 2 Dave Hyatt 2008-04-03 12:25:24 PDT
Created attachment 20317 [details]
Patch to fix resizable text fields
Comment 3 Dave Hyatt 2008-04-03 14:16:12 PDT
Fixed in r31604.