Firefox problem with autoscroll on listbox ASP.NET
I am writting a c# application and when I publish the page with only a simple listbox that is populated with a for loop, the autoscroll feature does not work initially. After 2 or 3 times, then it works. What this means, after publish, I select one of the items and it reverts back to index 0. Do it again. Same thing. On the third or forth try, it will work perfectly. This problem does not happen in IE. For diagnosis, I have stripped all code out except the listbox. The listbox is populated in code behind with a condition testing for not being posted back. Typical stuff. I am pulling my hair out on this.
All Replies (1)
Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.