I have a problem with the table scroll bar only in Google Chrome. Scrolling the table in all other servers works fine, but in chrome, when the scroll bar of the table is displayed, it just fixes, it cannot be moved unless I zoom in the browser window, and then the scroll bar of the table moves.
I have an application here (Open in Google Chrome and another major browser)
In the application, just click the "Add" button until you see a scrolling table. Now in chrome, if you try to scroll the scroll bar of a table, it wonβt do it unless you do what I said. Although you opened the application in another browser, the scroll bar of the table works fine.
Has anyone else encountered a problem? Is this part of the code that I have that causes it to not scroll in Google Chrome right away, or is it just the Chrome browser that does it? Is this something I really need to worry about, or if it is a browser error, then should I just leave it?
The application code is in this jsfiddle: http://jsfiddle.net/2SJFt/
If you open the built-in version of jsfiddle: http://jsfiddle.net/2SJFt/embedded/result/ in google chrome and follow the same steps to get the scroll bar appears, then it will scroll right away, but I assume that since technically in jsfiddle, which is why it scrolls right away.
The scroll bar for the table is done by simple css:
#qandatbl_onthefly_container { width:100%; overflow:scroll; max-height:500px; }
source share