Opened 17 years ago
Closed 17 years ago
#5943 closed defect (bug) (fixed)
Buttons in admin area needs a cursor definition
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.5 | Priority: | high |
Severity: | normal | Version: | 2.5 |
Component: | Administration | Keywords: | has-patch needs-commit |
Focuses: | Cc: |
Description
.button et al. need a cursor property; the cursor shows as an arrow when you mouseover, rather than a pointer. Issue appears in Safari 3 and Firefox 2 (both on a Mac).
Attachments (2)
Change History (15)
#1
@
17 years ago
- Summary changed from Buttons in admin area are missing a cursor to Buttons in admin area need a cursor definition
#2
@
17 years ago
- Summary changed from Buttons in admin area need a cursor definition to Buttons in admin area needs a cursor definition
Spelling.
#3
@
17 years ago
- Owner changed from anonymous to iammattthomas
- Priority changed from normal to high
+1
If we're not going to have the buttons look "buttony", a pointer cursor makes the interaction seem way more natural.
With :hover color shift as the only visual feedback, I have no idea what's going to happen if I click the mouse. It makes me think some kind of javascript nonsense is about to happen :)
#6
@
17 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Matt reverted this with [7184]. I disagree.
#8
@
17 years ago
Agree with mdawaffe -- there are places where buttons are inputs, and places where buttons are text links. If we don't specify the pointer cursor for all, they won't be consistent, and for no apparent reason to the user.
#10
@
17 years ago
- Cc rboren added; matt removed
Happy Cog says the pointer cursor is the way to go. Can rboren just re-apply this patch?
Slight clarification of issue summary.