I found an issue in the idrag.js file on line 135 of idrag.js file. This
lines:

                if (elm.dragCfg.oP != 'relative' && elm.dragCfg.oP !=
'absolute') {
                        dEs.position = 'relative';
                }

The setting of the position of the element to "relative" seems to cause a
weird problem for me in IE7. If the element is in a scrollable <div /> tag,
and you've got the revert set to "true" after the element has "reverted"
back to it's original state, the element will not scroll properly.

Commenting line 135 fixes this problem (and I haven't seen any other adverse
effects.)

Anyway, I was wondering what order the compressed interface.js is build in.
It should would be nice in the online library builder would allow you to
choice whether or not you want the code compressed--that way I could
download just the files I need, correct any bugs and then compress when I go
live.

Also, is there documentation anywhere that describes the dependencies used
in the Interface library?

Thanks,
Dan


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to