Posts

Post not yet marked as solved
1 Replies
274 Views
I have two logins for one website, so two different accounts with different email addresses. For both accounts I have stored a passkey for the login. If I now use the passkey for account 1 and login successfully, account 2 is selected for me the next time I would like to log in and I then have manually to select account 1 in order to log in with it again. To me it would make much more sense if the system would always use/suggest the last used account/passkey. My system: macOS Monterey Version 12.6.8 (21G725) Safari Version 16.6 (17615.3.12.11.3, 17615)
Posted
by maisen20.
Last updated
.
Post not yet marked as solved
1 Replies
645 Views
Hello togetherThere's an issue with dynamic changed SVG-Overlays.I've a canvas-image and on mousemove over that canvas it's creating a dynamic generated svg-overlay with only two rects (one horizontal, one vertical). In Firefox and Chrome it's working very fast and perfect, but in Safari (macOS Mojave, Safari Version 12.1.1 (14607.2.6.1.1)) it's unbelievable laggy on mousemove.That's why i did some performance test with Javascript "performance.now()" to get the miliseconds from begin to the end of my mousemove-function. The function itself tooks on Safari about 1ms like in the other browsers, so the problem is not the event itself. Also i did tests with "Timelines" in safari web inspector and it looks like the safari browser is rendering/repainting the whole site every single mousemove-event. So untill now i'm the opinion the issue is not in my code.Does someone have the same issue or can someone help me?
Posted
by maisen20.
Last updated
.