Prohibitted blocking overflowing/scrolling of the document
-
@josephtico I don't notice particular issues with animations, but yeah
can confirm the nintendo one with this url https://www.nintendo.com/us/store/
Atm I'm workarounding with a script per-site, but I hope will be addressed soon . -
@josephtico Please report issue to Vivaldi bug tracker, include as much detail as possible.
Once that is done, share the bug number (beginning with VB-) you got by bug report mail.And if interested read blog article, if you like to know about "A bug’s life at Vivaldi".
Thanks for helping us making Vivaldi better.
-
Also web developer here, I almost filed a bug with the UI library I'm using, because blocking the scroll wasn't working.
See these examples:
https://mui.com/material-ui/react-modal/
https://mui.com/material-ui/react-popover/When opening the popover or modal, scrollbar should disappear. Also, this library compensates for the disappearing scrollbar by setting margin-right to body, to prevent moving the content. On Vivaldi scrollbar is not removed, and also the whole website slightly moves because the margin-right is still applied.
Preventing locking of the scrollbar by websites should be at least a configurable feature, probably disabled by default.
-
@oskark said in Prohibitted blocking overflowing/scrolling of the document:
Preventing locking of the scrollbar by websites should be at least a configurable feature, probably disabled by default.
Yes, from side of a webdev you are right.
The issue is cause by a Vivaldi fix for broken websites, and cuases on some pages the issue with problems of scolling.
-
Another web developper here to add my own experience with this. I noticed it yesterday while working on a new website, and thought it was an issue with our code for our expanded nav menu. Thankfully this thread answered my questions, but still. I use Vivaldi as my primary browser for work due to the work space system, and this is kind of an issue for me, especially since we use this overflow blocking function on pretty much all our websites.
If it was something that could be disabled like Oskark said, I would be okay with it. But it being forced on by default causes some issues.
-
@NamLemonade Please report issue to Vivaldi bug tracker, include as much detail as possible.
Once that is done, share the bug number (beginning with VB-) you got by bug report mail.And if interested read blog article, if you like to know about "A bug’s life at Vivaldi".
Thanks for helping us making Vivaldi better.