givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
6.91k stars 1.59k forks source link

Unable to select color tools #286

Open yasmagic opened 1 year ago

yasmagic commented 1 year ago

It is very cumbersome to use the 'color' and 'background color' icons when trying to select on text. The font option disappears instead or the color icons not clickable.

The ability to change font, size, and color are the basic operations of an editor. Although this editor has amazing features, its basic operations are cumbersome, making it less user-friendly.

givanz commented 1 year ago

Thanks for the bug report, the color buttons were hidden by a css bug, I fixed it in the last update.

https://github.com/givanz/VvvebJs/commit/a0825e50aef5573a174e6496f6262fd5912ab0e5

yasmagic commented 1 year ago

Thanks for fixing it. Is it possible to show bootstrap tooltip when mouse over the color icons? Both looks the same and HTML tooltip shows up after several seconds and it is very confusing.

givanz commented 1 year ago

I added css tooltips for text editor buttons in the last commit.

https://github.com/givanz/VvvebJs/commit/90a1b3e18b42ba1358a2fecb91316b8b4aaf37d1