Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 3.0
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces 3
-
ICEsoft Forum Reference:
Description
http://icefaces-showcase.icesoft.org/showcase.jsf?grp=compatMenu&exp=selector
ice:rowSelector value="#{car.selected}" multiple="true" toggleOnInput="true"/>
Our own showcase demonstrates this bug, where if ice:rowSelector has toggleOnInput=true, then you can't actually edit an inputText in a dataTable cell, since it loses focus when clicking on it, as it becomes [de]selected.
ice:rowSelector value="#{car.selected}" multiple="true" toggleOnInput="true"/>
Our own showcase demonstrates this bug, where if ice:rowSelector has toggleOnInput=true, then you can't actually edit an inputText in a dataTable cell, since it loses focus when clicking on it, as it becomes [de]selected.
Issue Links
- blocks
-
ICE-9620 compat/ice row:selector toggleoninput selector with keyboardNavigationEnabled causes problems with inputtext field
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
While it might make more sense to allow the focus to be set on inputComponents and alter the row selection, changing this behaviour now will break backwards compatibility for existing app.s that may be depending the it's current behaviour.
Marking won't fix.