Jump to content

The Alpha Bug Tracker is now closed.

πŸ‘‰ Please post any new bugs to the Invision Community v5 bug tracker.

  • Status: Fixed

When using Chrome or Microsoft Edge, there is a noticeable delay when you click something that invokes a popup or a tooltip. This doesn't happen in Firefox. I don't know if it's just me, but it was the first thing I noticed when I entered this site for the first time. This doesn't happen in v4.

User Feedback

Recommended Comments

There is a slight intentional delay, but what the reporter is seeing are javascript computation problems, which is interesting as I can’t reproduce on Edge either.

Do you have any browser extensions perhaps?

I’m using Chrome with no more than five extensions. I also tested in Incognito mode with all extensions disabled and in vanilla Edge.

The issue is more noticeable on longer pages (like Activity Feed).

On 8/7/2024 at 11:55 AM, Matt said:

There is a slight intentional delay

Would I be able to reduce this delay or is it impossible to change?

It just makes the site seem sluggish at times.

Edited by marklcfc

Yeah, I can reproduce it; there are a couple antiquated jquery usages to get element sizes that are really slow in modern browsers

Timed some, but not all, position-related usages of jquery and it accounts for the majority of the lag

image.png

I’ll try to get a fix in by the next alpha using modern, robust native JS and an optimized algorithm

On 9/16/2024 at 7:00 AM, Mat said:

How was this fixed? using jQuery or CSS? I reported the same bug.

Neither: using native JS instead of jquery and dynamic programming techniques to maximize efficiency.

Guest
Add a comment...