NEW 9601
CSS 3 resize should have an implicit cursor, right now you get the IBeam
https://bugs.webkit.org/show_bug.cgi?id=9601
Summary CSS 3 resize should have an implicit cursor, right now you get the IBeam
Timothy Hatcher
Reported 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.
Attachments
Joost de Valk (AlthA)
Comment 1 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.
Alexey Proskuryakov
Comment 2 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/>.
Note You need to log in before you can comment on or make changes to this bug.