RESOLVED FIXED 9560
should support new CSS 3 cursor types to get more resizing directions
https://bugs.webkit.org/show_bug.cgi?id=9560
Summary should support new CSS 3 cursor types to get more resizing directions
Timothy Hatcher
Reported 2006-06-23 21:26:14 PDT
http://www.w3.org/TR/css3-ui/#cursor Specifically: ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize
Attachments
Implements these CSS3 resize cursors (45.81 KB, patch)
2006-06-23 21:47 PDT, Timothy Hatcher
eric: review+
Timothy Hatcher
Comment 1 2006-06-23 21:47:15 PDT
Created attachment 8994 [details] Implements these CSS3 resize cursors
Eric Seidel (no email)
Comment 2 2006-06-23 21:57:41 PDT
Comment on attachment 8994 [details] Implements these CSS3 resize cursors Looks great. I noticed that the inherited_fields is over 32bits (33) this pushes it to 34.
Timothy Hatcher
Comment 3 2006-06-23 22:02:43 PDT
Actually the bits were 34, now 35 with this patch. (I calculated wrong when I told Eric 33 on IRC.) Landed in r15003.
mitz
Comment 4 2006-06-25 10:33:38 PDT
Pixel results for 10 tests need to be updated for the new textAreaResizeCorner.
Note You need to log in before you can comment on or make changes to this bug.