Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
<label> elements rendered by <ice:selectOneRadio> aren't fulfilling their purpose of being clicked to activate the corresponding <input> element (in this case, of type 'radio'). They aren't being rendered with the 'for' attribute with the id of the target element as its value.
Issue Links
- is duplicated by
-
ICE-2791 Radio button labels should toggle the related button when clicked.
- Closed
Activity
Arturo Zambrano
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.1 [ 10122 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Arran McCullough
made changes -
Support Customer Ref. #s | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4820 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16603 | Wed May 07 14:56:16 MDT 2008 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/RadioRenderer.java
|
Arturo Zambrano
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Summary | labels in <ice:selectOneRadio> aren't fulfilling their purpose | Clicking label for <ice:selectOneRadio> should select the radiobutton |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16704 | Mon May 26 15:51:28 MDT 2008 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/RadioRenderer.java
|
Ken Fyten
made changes -
Component/s | Components [ 10012 ] | |
Component/s | Documentation [ 10018 ] | |
Affects Version/s | 1.7 [ 10080 ] | |
Affects Version/s | 1.7DR#1 [ 10100 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Arturo Zambrano [ artzambrano ] |
Do the labels on the standard JSF h:selectOneRadio support being clicked to activate the input element?