Catch up on fixes – Vivaldi Browser snapshot 2936.3
-
@Ruarí said in Catch up on fixes – Vivaldi Browser snapshot 2936.3:
Today’s build is our first post 5.7 snapshot
Finally fix the width of the sidebar, it is not saved!
Here is the finished solution:bundle.js
-
@solidsnake it's only you
-
SnapShots
-
@solidsnake: same here, empty line :-\
Debian GNU/Linux 11 -
@feil0ng: So it is not only me I'm on Win10 x64, but obviously OS is not the case.
In Guest profile status line is ok, only main profile affected just after upgrading to this snapshot. -
@solidsnake debian 10/xfce it works - haven't tried on debian 11 yet.
-
Tempted to install but, is it stable horse? This don't have known issues but yet you don't post a big list of that, so that's we are here for to test. I have disabled further updates, you got that option also so i will decide, when i will update again, if that will do any good.
-
@solidsnake No issues here.
-
@solidsnake: Yes, you're right! Guest profile is fine.. huh
-
@solidsnake On Debian sid here. With my regular profile, the status bar is fine, URL's show when links are moused-over.
-
@Ruarí Wow! So many fixes that Stable "just missed".
-
@solidsnake: I have the same problem with Windows 10 x64 and a standalone installation.
-
[macOS] Window does not restore to fullscreen after restart (VB-92099) is not fixed for me, last version of macOS and Vivaldi
-
@stardust: #MeToo
-
Sidepanel Window showing error on this build.
An error occurred
Error: Getting tabs for pages from different windows is not supported
at A.getTabsForPages (chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js:1:3137215)
at chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js:1:2458532
at Array.map (<anonymous>)
at eie._getNodes (chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js:1:2458082)
at eie._onFilterChange (chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js:1:2460598)
at eie.componentDidMount (chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js:1:2454076)
at vc (chrome-extension://mpognobbkildjkofajifpdfhcoklimli/vendor-bundle.js:1:848689)
at Mc (chrome-extension://mpognobbkildjkofajifpdfhcoklimli/vendor-bundle.js:1:848464)
at bc (chrome-extension://mpognobbkildjkofajifpdfhcoklimli/vendor-bundle.js:1:848002)
at chrome-extension://mpognobbkildjkofajifpdfhcoklimli/vendor-bundle.js:1:859786
Please consider reporting the issue at https://vivaldi.com/bugreport/ to help us fix it.
I submitted the report on the address above with a scrrenshot. -
@dmg: I closed and restarted the browser a couple of times which didn't work.
However it fixed itself once I closed other windows and hasn't returned. -
A wide border is displayed in Fullscreen Mode (F11). Also affects a Private Window, but not 5.7 Stable.
-
@Pesala Good catch, I get the same, please report
There's some strange coding of the header element:
min-height: calc(25px / var(--uiZoomLevel));
Makes no sense
CSS workaround for now:
#browser.fullscreen #header { min-height: 0 !important; }
-
They have done something weird to search suggestions.
Often if I select a suggestion it will just stay on the same page. Needs more investigation before I can make a report though, have to figure out how exactly to reproduce it...
-
@Pathduck Done
(VB-95335) Wide Border in Fullscreen Mode