Vivaldi 6.0 RC 1 – Vivaldi Desktop Browser snapshot 2979.9/10
-
@mib2berlin VB-96695
-
@Thot
Thank you, this is closed as duplicate of VB-93560, confirmed and updated to 6.0.Cheers, mib
-
@alexander-gorbovets: Yeah, I think this is the same thing that I've previously reported as VB-94054 and posted several bug reports on. I'm hoping that gets fixed soon as it means one of my main extensions is useless as any time I click a link in it might just crash the browser.
-
@iAN-CooG Thank you. I think I won't play with that feature.
-
@HalleAndert wait, that Chrome UI... It's Vivaldi?
-
@henriquepicanco: Vivaldi on the left hand side and Chrome on the right hand side.
-
Thank you and finally!
-
@HalleAndert
Hi, the undocked developer device switcher bug should be fixed, check the next change logs for VB-49323.Cheers, mib
-
@mib2berlin: sounds amazing. Thank you and have a great day. ️
-
@derDay with the last 2 snapshots my feeds are not shown in the panel, they are only in the settings. So maybe you are lucky.
-
@vandorrr
there are others, who have the same problem as you (my problem is another one ) -
Friday, a good day for that
CVE-2023-2136
. -
@npro We'll be fine, just fine. Just make sure you're protected
-
@Pathduck I've put 4 of them on top of each other, as those reports surely mean head instead of heap. Typos go unnoticed all the time. I hope I'm good.
(https://chromereleases.googleblog.com/2023/04/stable-channel-update-for-desktop_18.html)
-
When tab is selected the tab name is not longer has a
3 dotsfading effect in the end. It doesn't look good:Is it a known issue?
Same thing on stable 6.0.2979.15 -
@Stardust Yeah, noticed that too. Don’t know why the ellipsis is not in use. You could stop using the tab bar
-
@Stardust That's weird, I've never seen the
...
there. The default is a subtle dimming of the text.In fact, it's right there in the code:
.tab-position .tab .title { -webkit-mask-image: -webkit-linear-gradient(180deg, transparent 0, #fff 12px);
In your image, the text cuts off abruptly, like there's something else interfering. Maybe custom CSS? Or is there a setting for that?
-
@luetage said in Vivaldi 6.0 RC 1 – Vivaldi Desktop Browser snapshot 2979.9/10:
@Stardust Yeah, noticed that too. Don’t know why the ellipsis is not in use.
ellipsis?
You could stop using the tab bar
-
@Pathduck said in Vivaldi 6.0 RC 1 – Vivaldi Desktop Browser snapshot 2979.9/10:
The default is a subtle dimming of the text.
Yup, text should fade in the end ! Thanks for the screenshot!
In your image, the text cuts off abruptly, like there's something else interfering. Maybe custom CSS? Or is there a setting for that?
no custom CSS. I see you don't have this problem?
-
@Pathduck @Stardust The difference you are missing here is the platform you're each using.
There is a Chromium/graphics driver bug that causes graphical corruption on several Intel GPUs on Linux. The
-webkit-mask-image
filter used by the subtle dimming effect on tabs triggers this corruption to occur in Vivaldi, and it was a very commonly-reported issue. As a workaround for this problem, Linux builds currently get the ellipsis instead. Unfortunately it's not possible to target this workaround just at specific GPUs.