For support with specific websites
Moderator: trava90
Forum rules
Please
always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
-
ownedbywuigi
- Lunatic

- Posts: 291
- Joined: 2026-03-09, 21:48
- Location: United Kingdom
Post
by ownedbywuigi » 2026-04-01, 16:54
Just upload a file there and preview it, youll see the marquee goes WAY TOO FAST compares to MS Edge
UPDATE: After a refresh, it goes to normal until you hover over it?
Code: Select all
Invalid URI. Load of media resource failed. 47918e72b024753a5946e25e0193cb74
Lead Dactyloidae developer.
eUXP, UXP and Basilisk contributor.
Windows Server 2022
-
vannilla
- Moon Magic practitioner

- Posts: 2572
- Joined: 2018-05-05, 13:29
Post
by vannilla » 2026-04-02, 12:20
The marquee is faked with Javascript and it uses requestAnimationFrame to animate, which normally goes as fast as the application's refresh rate (60fps or whatever). It seems it also uses some "speed factor" but with minified code it's difficult to understand where it comes from and if it's the detail differing from Edge.
-
ownedbywuigi
- Lunatic

- Posts: 291
- Joined: 2026-03-09, 21:48
- Location: United Kingdom
Post
by ownedbywuigi » 2026-04-02, 17:32
vannilla wrote: ↑2026-04-02, 12:20
The marquee is faked with Javascript and it uses
requestAnimationFrame to animate, which normally goes as fast as the application's refresh rate (60fps or whatever). It seems it also uses some "speed factor" but with minified code it's difficult to understand where it comes from and if it's the detail differing from Edge.
I managed to mostly fix the issue (unless you hover on it, still gotta fix that).
Will upstream soon.
Lead Dactyloidae developer.
eUXP, UXP and Basilisk contributor.
Windows Server 2022