I implemented the quickfix attached in this JIRA, and it addresses the problem of focusing to the 'group' or div. However, the tabbing order does not work correctly. I have the tab index is set to: date from text, date to text, select 1, select 2, text 1, text 2, search btn, clear btn in the attached screenshot above. When testing it, the tab order is date from text, date from image (which is ok), date to image, internet address bar, date to text, select 1, select 2, text 1, text 2, search btn, clear btn. When the focus is moved to the calendar image, it seems that the tabindex is 'spoiled' as suggested here ==> http://jira.icefaces.org/browse/ICE-1892
Both selectInputDate tags are renderAsPopup="true" and partialSubmit="false" The issue is reproducible in MSIE 6.0 and FireFox