[Solved]div artifacts in 66.0.35
-
desmondjim last edited by leocg
This bug appears in all blocks with css property overflow-y: scroll.
-
burnout426 Volunteer last edited by burnout426
Confirmed in Opera Stable, but not Opera Beta and Opera Developer. So, it looks like it's already fixed.
For those that want to try:
test.html:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>DIV Artifact</title> <style> div { width: 200px; height: 100px; overflow-y: scroll } </style> </head> <body> <!-- Scroll bar present but disabled when less content --> <div>test</div> <!--Scroll bar present and enabled when more content --> <div> test<br> test<br> test<br> test<br> test<br> test<br> test<br> test<br> test<br> test<br> </div> </body> </html>
-
burnout426 Volunteer last edited by
If it's fixed in Opera Beta (version 67), it probably won't be fixed in Opera Stable until it hits 67.
-
burnout426 Volunteer last edited by
Bug DNAWIZ-87223 (and its duplicates DNAWIZ-86914, DNAWIZ-86824, DNAWIZ-86381) have been filed for this issue. There's also a post on StackOverflow at https://stackoverflow.com/questions/59972165/opera-browser-overflow-auto-bug.