Kendo Upload - No Title for remove button

2 Answers 254 Views
Upload
Laurent
Top achievements
Rank 2
Iron
Iron
Laurent asked on 01 Sep 2021, 03:13 PM

Hi team,

In Kendo Upload, with the Default theme (LESS), the remove button (cross) for an uploaded file does not show its title when mousing over, see screenshot.

Seems the result of a bad pointer-events css.

Best regards,

Laurent.

2 Answers, 1 is accepted

Sort by
0
Accepted
Neli
Telerik team
answered on 09 Sep 2021, 06:02 AM

Hi Laurent,

Thank you for your patience.

I would suggest you set the pointer-events to auto as in the example below:

<style>
        .k-icon{
          pointer-events: auto !important;
        }
</style>

Here is a Dojo example where this is demonstrated. 

I hope this helps.

Regards,
Neli
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Neli
Telerik team
answered on 06 Sep 2021, 07:58 AM

Hello Laurent,

Thank you for reporting the issue. I will need a little bit more time to review the reported appearance. I will come back to you once I have more information to share.

Thank you very much for your patience.

Regards,
Neli
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Upload
Asked by
Laurent
Top achievements
Rank 2
Iron
Iron
Answers by
Neli
Telerik team
Share this question
or