The requirement is fairly simple, I need to show a popup on click of a link in a table where the user clicked (X and Y coordinates). User can add tables from a list on a web page.
When the user clicks on a link for the first time, the popup does show at the right location but window scrolls to the bottom (focus is shifted to the bottom) and there's lot of extra space created beneath the table. This is annoying because now the user has to scroll up to see the table and the popup. Interestingly, this happens only on IE (ver. 7.0). I tested with Firefox, it works just fine.
Any help shall be appreciated.
Thanks Kunal