Community
Participate
Working Groups
For almost all widgets using scrollbars, opera shows scrollbars for both dimensions, even if there should be only one. (If none should be there, none are displayed.) This is NOT caused by the new ScrollBar implementation, it just makes it more obvious. AFAIR this has always been the case with Opera. The problem is probably lies with the implementation of the overflow-attribute in Widget.js.
Since version 10 (identified as 9.8) Opera supports overflow-x and overflow-y properties. Widget.js#_applyOverflow adjusted. Changes are in CVS HEAD.