Bug 9601

Summary: CSS 3 resize should have an implicit cursor, right now you get the IBeam
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: adele, adman.com, ian, joost
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.css3.info/preview/resize/

Description Timothy Hatcher 2006-06-26 04:59:07 PDT
When resizing a div or text area you get a IBeam cursor. This cursor should be the default pointer arrrow, at the very least. You could elaborate this and show a directional cursor like ns-resize or ew-resize if the resize direction is constrained.

For more complete control, I sugest a psudo-element that lets you control the resizer. This would allow all sorts of style changes, even cursor replacement.
Comment 1 Joost de Valk (AlthA) 2006-06-26 05:08:37 PDT
I agree, i'd like to be able to change the cursor when moving over the small resize corner of an element.
Comment 2 Alexey Proskuryakov 2009-12-15 14:17:35 PST
I cannot reproduce this with Safari 4.0.4 - getting the default pointer at <http://www.css3.info/preview/resize/>.