Bug 9216 - Implement CSS3 resize property
Summary: Implement CSS3 resize property
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Adele Peterson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-01 13:55 PDT by Adele Peterson
Modified: 2006-06-01 18:39 PDT (History)
0 users

See Also:


Attachments
Patch to implement CSS3 resize (30.95 KB, patch)
2006-06-01 16:02 PDT, Adele Peterson
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adele Peterson 2006-06-01 13:55:18 PDT
Implement CSS3 resize property
Comment 1 Adele Peterson 2006-06-01 16:02:14 PDT
Created attachment 8653 [details]
Patch to implement CSS3 resize

There are a few outstanding issues that I'll have to file after I land this, but I think this is a good first cut.
Comment 2 Dave Hyatt 2006-06-01 16:52:35 PDT
Comment on attachment 8653 [details]
Patch to implement CSS3 resize

r=me

File a followup bug about needing a better way to do the resizing than poking the width/height in the DOM.  Also file a followup about the cursors being wrong on scrollbars, since that will become a p1 regression when you turn textareas on.