Declined
Last Updated: 09 Jul 2020 12:21 by ADMIN
Fernando
Created on: 02 Jul 2020 15:35
Category: ColorPicker
Type: Bug Report
0
Preview input field where the end user can paste a color can't be edited manually when color picker inside the modal.

The error:
https://dojo.telerik.com/@NeliKondova/uSaSUlil

Try to edit color manually in preview configuration.

2 comments
ADMIN
Martin
Posted on: 09 Jul 2020 12:21

HellŠ¾ Fernando,

Thank you for the example.

Setting the tabindex attribute traps the focus inside the modal, as per this Stackoverflow thread. In order to be able to focus the ColorPicker input, either remove the tabindex attribute or use the Kendo Dialog/Window component, where the issue is not reproduced.

I hope I was helpful. Let me know if you have any further questions.

Regards,
Martin
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Fernando
Posted on: 08 Jul 2020 20:44
The div container of modal have an attribute tabindex. when this remove, the editor works normally. but this have to fixed.