Bug 9601
Summary: | CSS 3 resize should have an implicit cursor, right now you get the IBeam | ||
---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
Component: | CSS | Assignee: | 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/ |
Timothy Hatcher
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joost de Valk (AlthA)
I agree, i'd like to be able to change the cursor when moving over the small resize corner of an element.
Alexey Proskuryakov
I cannot reproduce this with Safari 4.0.4 - getting the default pointer at <http://www.css3.info/preview/resize/>.