You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occurs only on Firefox. It is hard to debug and most likely related to a performance issue of that page. It's hard to tell if it is related to the Tooltip, the events handling slowing down the page or the CodeHighlighter not being fully performant on Firefox.
…(Issue #4916, PR #5172)
# Description
I tried to figure out which was the root cause of the problem, I changed the implementations a few times, removed elements but it's still not clear what caused the glitches. It only happens when the codeblocks contain a lot of information, impacting performance. Most of the glitching could be either related to the Tooltips (they have minimal glitches on the PF site on Firefox) combined with the styled components "´css" declaration. I removed any superficial wrapper/customization of elements.
It does still glitch once in a while when clicking on the kebab-menu and then clicking outside of it multiple times. This might be resolved once the deprecated version of the kebab menu is updated. But since I've been tackling that in another ticket, I kept it separated.
https://github.com/inmanta/web-console/assets/44098050/ea1dcce3-af45-4875-b0f9-923710ca350e
When hovering the "Enlarge" button of the compile log, the button disappears and the rendering of the output changes.
Screencast.from.2023-06-26.10-18-33.webm
The text was updated successfully, but these errors were encountered: