BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
Hello Syncfusion Team,
I've found a problem with the ColorPicker. When you open the ColorPicker and the cursor is on top (brightness is all the way up) the website stutters a few pixel upwards. I found out that it is only when the cursor (the small circle) is sticking out on top.
I have attached a short video demo.
Do you know how to fix this?
Kind Regards, Peter
public onOpen(args: any): void {
args.element.querySelector('.e-handler').style.display = 'inline'; // handler element
(args.element.querySelector('.e-handler') as any).focus({
preventScroll: true,
});
}
.e-container .e-hsv-container .e-handler {
display: none;
} |
Hi Syncfusion-Team,
your answer is working but I have found (in my opinion) an even better solution.
When you have multiple colorpickers and do not want to change every single one to have this onOpen method, you can put this code in your styles.css:
This will change every color picker since the style is in your global css file and you don't have to do anything in html or typescript to fix this bug.
Kind Regards, Peter
Hi Peter,
Thanks for sharing this solution. Please let us know if you need any other assistance.
Regards,
YuvanShankar A