I am using both JQuery UI dialog and JQuery UI autocomplete, when they behave the same wrong with popups , The position is always 0, 0! I tried some different situation arguments while raising the dialogue but it seems to be non-helping.
Any clues? Is this a bug in the situation calculation in JQuery? Or is this some CSS bugs?
The versions are 1.4.2 and 1.8.0
OK I came to know That this error was caused by an external jquery script plugin called jquery.dimensions ... - "According to jQuery 1.2.6, the dimension has been merged into the plugin core." So I removed the plugin and now everything is working as expected.
Comments
Post a Comment