Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Component/s: Sample Apps
-
Labels:None
-
Environment:Operating System: Windows XP
Platform: PC
Description
In IE/FF, the default keystroke for button is space key, hyperlink is enter key.
In component-showcase, we rendered some hyperlinks like sorted table header
like a button but actually is a hyperlink, may cause user a bit confused when
they try to use keyboard instead of mouse.
In component-showcase, we rendered some hyperlinks like sorted table header
like a button but actually is a hyperlink, may cause user a bit confused when
they try to use keyboard instead of mouse.
Activity
| Field | Original Value | New Value |
|---|---|---|
| issue.field.bugzillaimportkey | 660 | 11926 |
| Affects Version/s | 1.5 [ 10027 ] | |
| Affects Version/s | 1.0 [ 10024 ] |
| Fix Version/s | 1.6DR1 [ 10035 ] | |
| Fix Version/s | 1.6 [ 10031 ] |
| Fix Version/s | 1.6 [ 10031 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Arran McCullough [ amccullough ] |
Please update the Tables->Sortable Header example so that the anchors used to
for sortable header look more weby?
The style class used is 'iceCmdSrtHdr'. This class can be overridden in the
component showcases stylesheet to be underlined and have hover text color changes.
.iceCmdSrtHdr, .iceCmdSrtHdr:hover
{ font-decoration: underline; }.iceCmdSrtHdr:hover
{ color: #999999; }