Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8.1
-
Component/s: None
-
Labels:None
-
Environment:tomcat 6. icefaces 1.8, jsf 1.2,
-
ICEsoft Forum Reference:
-
Workaround Description:There is a possible workaround if you use tabindex's but this causes issues that may not be desirable for some users.
Description
In version 1.70 and prior of the selectinputdate closing the calendar would put focus on the calendarbutton image, now the focus seems to go to the address bar or top of form.
This can be seen in component showcase, click on calendar button , select a date , focus leaves the component all together.
This can be seen in component showcase, click on calendar button , select a date , focus leaves the component all together.
Issue Links
- depends on
-
ICE-4401 selectInputDate , tabbing between mutiple selectiputdateComponents is broken in IE.
- Closed
We found a workaround, but it only works for us, there were significant changes between icefaces 1.8dr2 and 1.8rc1 for the selectinputdate, we don't really need that new functionality , at least we can live without it for now. We retrofitted the selectinputdateRenderer for 1.8dr2 to 1.80 ga. We did some regression test and it seems to function as the 1.70 component did. The fix in ice-4401 is necessary to make this work.