Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
IE6 or IE7 browser
Description
1) Test cases #1
TabFails.jspx
<af:inputText label="Label 1"
id="inputText1"
binding="#
"
autoSubmit="true"
valueChangeListener="#
"/>
<af:inputText label="Label 2"
id="inputText2"
binding="#
"
autoSubmit="true"/>
<af:inputText label="Label 3"
id="inputText3"
binding="#
"
autoSubmit="true"
partialTriggers="inputText1"/>
TabFails.java
public void doSomething1(ValueChangeEvent valueChangeEvent)
To reproduce the problem, click on inputText1 and modify its value then tab off. In FireFox, the value in InputText3 is updated and the cursor goes to InputText2 (as expected). In IE, the inputText3 is updated but the cursor goes back to inputText1.
2) Test case #2.
<af:inputText label="Label 4" autoSubmit="true" binding="#
" simple="true"/>
<af:inputText label="Label 5" autoSubmit="true" binding="#
" simple="true"/>
<af:inputText label="Label 6" autoSubmit="true" binding="#
" simple="true"/>
To reproduce the problem, click on inputText4 and modify its value then tab off. In FireFox, the value in InputText4 is updated and the cursor goes to InputText5 (as expected). In IE, the inputText4 is updated but the cursor goes back to inputText4.
Both cases involve PPR and the javascript to restore the active element in IE.
Attachments
Attachments
Issue Links
- relates to
-
TRINIDAD-1171 A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
- Closed