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

gishnetworkgishnetwork Posts: 7Questions: 0Answers: 0
edited October 2011 in Bug reports
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.

Replies

  • gishnetworkgishnetwork Posts: 7Questions: 0Answers: 0
    Okay, it wasn't iDeferLoading, although it seemed to help. Trying to track down the cuplrit...

    I should have mentioned, it only happens after using fnReloadAjax.
  • gishnetworkgishnetwork Posts: 7Questions: 0Answers: 0
    Withdrawl... It was cufon causing a rukus. I went with typekit.com instead.
  • allanallan Posts: 62,024Questions: 1Answers: 10,167 Site admin
    hehe - fair enough. Thanks for letting us know :-)

    Allan
This discussion has been closed.