When I show a table row for the first time, the page always scrolls to the top in both IE and Firefox. Subsequet shows do not do this.
I have traced it to the first action that jquery takes on a show, where it appends, reads the display value, and removes an element from the body in order to populate elemdisplay[]. I think this is causing these browsers to scroll to the top when this is done for a <tr>.
Is there any way around this behavior that anyone has seen?