Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.8
-
Fix Version/s: 1.0
-
Component/s: Data Binder, Renderer
-
Labels:None
-
Environment:IE6 & IE7
Description
For some reason, in IE the auto-binding is not updating the model right away. When a UI control that is auto-bound to the model is changed, the model doesn't seem to be updated until focus moves away from the UI control, either by tabbing away or by clicking on another control.
This can be observed in the UI Options template:
http://build.fluidproject.org/fluid/fluid-components/html/templates/UIOptions.html
as described inFLUID-2253, which I think is just a manifestation of this issue.
It can also be seen in the auto-bound parts these renderer examples:
http://build.fluidproject.org/fluid/sample-code/renderer/data-binding/menu.html
http://build.fluidproject.org/fluid/sample-code/renderer/programmatic-tree/menu.html
In these examples, the checkboxes on the right side of the pages are auto-bound to the model (click the Render button at the top to actually render the data first). As soon as a checkbox is set or unset, the model (displayed below the menus) should update immediately, but in IE, a change only shows up in the model after another checkbox is changed.
This can be observed in the UI Options template:
http://build.fluidproject.org/fluid/fluid-components/html/templates/UIOptions.html
as described in
It can also be seen in the auto-bound parts these renderer examples:
http://build.fluidproject.org/fluid/sample-code/renderer/data-binding/menu.html
http://build.fluidproject.org/fluid/sample-code/renderer/programmatic-tree/menu.html
In these examples, the checkboxes on the right side of the pages are auto-bound to the model (click the Render button at the top to actually render the data first). As soon as a checkbox is set or unset, the model (displayed below the menus) should update immediately, but in IE, a change only shows up in the model after another checkbox is changed.
Issue Links
| This issue supersedes: | ||||
| FLUID-2253 | The radio button selection and the preview window can become out of sync: using IE |
|
|
|