Title:
Bug 73862:(Watson Migration Closure)When triggered by radio buttons in a form, the cfdiv tag behaves erroneously in Internet Explorer 6 SP1
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/LowImpact
Reporter/Name(from Bugbase): A. Bakia / Alfred Bakia (A. Bakia)
Created: 11/29/2008
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
When triggered by radio buttons in a form, the cfdiv tag behaves erroneously in Internet Explorer 6 SP1. When you click sequentially on the buttons, cfdiv reacts one step too late to the event. The behaviour in Firefox 3.0.4 is as expected.
Method:
1) Save the following code as cfdivDemo.cfm:
<cfform>
Radio 1: <input id="id1" type="radio" name="rdBtn"><br>
Radio 2: <input id="id2" type="radio" name="rdBtn"><br>
Radio 3: <input id="id3" type="radio" name="rdBtn"><br>
Some text: <input id="id4" type="text" name="txt">
</cfform>
<cfdiv bind="url:urlDump.cfm?radio1={id1.checked}&radio2={id2.checked}&radio3={id3.checked}&inputText={txt}">
</cfdiv>
2) Save the following line of code as urlDump.cfm:
<cfdump var="#url#">
3) Open cfdivDemo.cfm in Internet Explorer and in Firefox, and compare.
4) Experiment by clicking on the buttons and entering some text.
5) You will observe that the cfdiv's reaction in Internet Explorer lags behind by one click. For example, when you click on the first button and then on the second, the cfdiv shows the result of the first click. The reaction isn't immediate. It appears as if caching prevents the next AJAX call.
Firefox gets it right. When you click on the first button, it shows the result of the first click. When you then click on the second button, it shows the result of the second click.
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3036890
External Customer Info:
External Company:
External Customer Name: Alfred Bakia
External Customer Email: 4E2913DC4455DE13992016B6
External Test Config: 11/29/2008
Attachments:
Comments: