views:

163

answers:

0

I have an asp.net webapp with a small bug where anytime you click the page scrollbar the focus gets reset to the first control.

I'm seeing this problem in IE 7 and 8, only in my asp.net app, not on any regular webpage (and not in firefox). It seems that its not just a browser lacking-features issue or an existing IE bug (as it behaves correctly on other pages).

Does anyone know if this problem could be caused by asp.net or ajax.net controls? I don't want to have to implement large javascript code to check when the page is being scrolled if I don't have to.