@Cheeeeen Great 👍
If you can reproduce the issue in a clean profile (as you've shown), with the taskbar on the side, then open a bug report here:
https://vivaldi.com/bugreport/
No guarantee it will be solved any day soon, but maybe the developers are able to reproduce and fix it. Users should be able to expect applications working properly regardless of taskbar position.
In my case, the HTML5 video element from Disney + had this property: disablepictureinpicture. Deleting it in the Developer Tools using the inspector, helped me getting the PIP mode able to work.
@DavidBevi I really hope this is implemented! At this point, I'm close to not using Vivaldi anymore since it is that annoying for me. I didn't realize how much I must use the favicons to know what tab I have active.
@Turrican Hi, there's a more recent request which has amassed more votes than this one, so I'm marking this one as a duplicate.
The two users who also voted for this request might want to vote for this one instead, as it will be seen more with higher vote count.
https://forum.vivaldi.net/topic/36175/different-icons-for-different-modes
Thanks. This doesn't seem to work anymore:
import hashlib
def md5(fname):
hash_md5 = hashlib.md5()
with open(fname, "rb") as f:
for chunk in iter(lambda: f.read(4096), b""):
hash_md5.update(chunk)
return hash_md5.digest()
f = open("Vivaldi.ico.md5", "wb")
f.write(md5("Vivaldi.ico"))
f.close()
On restart default icon (red) is restored, my blue one overwritten. Am I missing something or is this "impossible" now without going to extreme lengths? Not the end of the world though in any case.
@zaibon said in Tab preview in task bar:
But you meant the Vivaldi icon in the taskbar, right?
Yes 😉
@zaibon said in Tab preview in task bar:
This would be a really nice feature but I fear that this is indeed a hard piece of work to implement.
It was a tough challenge long time ago when that feature came first time to Opera, if I remember that right. But perhaps times have changed and it is easier to achieve today... we will see 🙂