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
Whenever you click on any of the available actions inside inline toolbar (i.e. make text bold, italic, underlined, etc) the whole inline toolbar gets recreated. It's smooth and invisible it you don't use any transitions or animations on this toolbar. But if you open the inline toolbar with a bit more ✨fashion✨, then you get some flashing every time you use any of the inline tools.
Steps to reproduce:
Add some transitions to .ce-popover__container (to clearly see the problem)
Type some text
Open inline toolbar by selecting some parts of the text
Use any of the inline tools, for example, make that text bold
See the flashing
Expected behavior:
The whole toolbar doesn't get recreated but instead the state of each button is updated using classes or data attributes?
This will allow us to have entry and leave transitions and animations for the inline toolbar
Might not be a bug, but a feature.
Whenever you click on any of the available actions inside inline toolbar (i.e. make text bold, italic, underlined, etc) the whole inline toolbar gets recreated. It's smooth and invisible it you don't use any transitions or animations on this toolbar. But if you open the inline toolbar with a bit more ✨fashion✨, then you get some flashing every time you use any of the inline tools.
Steps to reproduce:
Expected behavior:
Video of the bug:
https://github.com/user-attachments/assets/ff6be587-b52a-45f8-a8bb-ac3399a35221
OS: Window 11
Browser: Google Chrome 128.0.6613.114
Editor.js version: 2.30.5
The text was updated successfully, but these errors were encountered: