Details
Description
use the following constellation in an ICEfaces application:
panelPopup that includes some inputText fields and a file upload component.
type in some text in the input text field. then, upload a file so that the popup is closed after a successful file upload automatically.
now, reopen the panelPopup. None of the text fields will be editable anymore.
panelPopup that includes some inputText fields and a file upload component.
type in some text in the input text field. then, upload a file so that the popup is closed after a successful file upload automatically.
now, reopen the panelPopup. None of the text fields will be editable anymore.
This was a bug in IE such that after using the input file component you could no longer focus on a input text component by clicking on it with the mouse. Fix was to set focus on the inputText component whenever it's mouse-downed over to compensate for the IE browser bug.