iDeferLoading + IE9 (only) + BT 1.8.2 breaks pages when showing >= 13 records
iDeferLoading + IE9 (only) + BT 1.8.2 breaks pages when showing >= 13 records
gishnetwork
Posts: 7Questions: 0Answers: 0
I've just resolved a bug on my app, and placing it here. I will update this as I get more information.
jQ 1.6.4
UI 1.8.16
DT 1.8.2
Affects: IE9 (not IE8 though)
Fix: remove iDeferLoading
Basically, in converting an app from 1.8.0 to 1.8.2, I found that major parts of my page would disappear when displaying 13 or more results, loading via ajax/json, if I used iDeferLoading:true during initialization.
IE8, FF7 were fine - just IE9 had the problem. I believe there is a difference between 1.8 and 1.8.2, because 1.8 was fine (with jQ 1.4.4). Text would dissapear from the page, almost as if some CSS got removed... All major controlling classes still appeared inplace using IE Dev Tools.
Will simplify a test case and post as I get more info.
jQ 1.6.4
UI 1.8.16
DT 1.8.2
Affects: IE9 (not IE8 though)
Fix: remove iDeferLoading
Basically, in converting an app from 1.8.0 to 1.8.2, I found that major parts of my page would disappear when displaying 13 or more results, loading via ajax/json, if I used iDeferLoading:true during initialization.
IE8, FF7 were fine - just IE9 had the problem. I believe there is a difference between 1.8 and 1.8.2, because 1.8 was fine (with jQ 1.4.4). Text would dissapear from the page, almost as if some CSS got removed... All major controlling classes still appeared inplace using IE Dev Tools.
Will simplify a test case and post as I get more info.
This discussion has been closed.
Replies
I should have mentioned, it only happens after using fnReloadAjax.
Allan