rev 1260
(2 files, 1kb)
! Fixed incorrect positioning inside select box dropdown during its opening animation, as well as when first using the mouse wheel if not positioned at the top. (sbox.js)
! Fixed select box animation glitches when using Opera and select box is within an inline box or something. Well, technically I've hidden the problem under the carpet rather than fixed it, but whatever. (sbox.js)
* Simplified some of the select box code. Scrollbar didn't need updating when re-opening dropdowns. There was no need for openSB to check for the .open class either (it's always done before the function is called), and scrollbar creation was doing some extra hiding/showing work on the dropdown, which was already done in its parent function. All in all, saved a total of 32 bytes :) (sbox.js)
- Not sure why the yesno HTML had an extra div... (Media.template.php)
(2 files, 1kb)
! Fixed incorrect positioning inside select box dropdown during its opening animation, as well as when first using the mouse wheel if not positioned at the top. (sbox.js)
! Fixed select box animation glitches when using Opera and select box is within an inline box or something. Well, technically I've hidden the problem under the carpet rather than fixed it, but whatever. (sbox.js)
* Simplified some of the select box code. Scrollbar didn't need updating when re-opening dropdowns. There was no need for openSB to check for the .open class either (it's always done before the function is called), and scrollbar creation was doing some extra hiding/showing work on the dropdown, which was already done in its parent function. All in all, saved a total of 32 bytes :) (sbox.js)
- Not sure why the yesno HTML had an extra div... (Media.template.php)

