Unplanned
Last Updated: 01 Mar 2024 07:06 by ADMIN
Hui Chuan
Created on: 22 Feb 2024 07:58
Category: Kendo UI for jQuery
Type: Bug Report
0
TreeMap incorrectly inverts text color in dark mode
The text inside the TreeMap's leaves have their colors incorrectly inverted in dark mode despite the background colors remaining the same. This is especially prominent on background colors such as yellow where the now white text can completely blend into it. This problem appears to apply to all dark themes; I've attached a screenshot of the demo in default dark as an example. See: Demo of core features in jQuery TreeMap widget | Kendo UI for jQuery (telerik.com)
2 comments
ADMIN
Neli
Posted on: 01 Mar 2024 07:06

Hello Hui Chuan,

Thank you very much for your patience. I can confirm that the observed appearance is not expected. Thus, I am changing the status of the item to 'Unplanned'. Until the bug is fixed, you can use the workaround suggested in my previous reply. 

As a token of gratitude for reporting the issue I have updated your Telerik points

Regards,
Neli
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
ADMIN
Neli
Posted on: 29 Feb 2024 04:43

Hi Hui Chuan,

I will need some time to discuss the issue with the team and check if the observed appearance is by design. In the meantime, you can change the applied color using the k-inverse class:

 .k-inverse{
          color: black !important;
        }

Here is a Dojo example where this is demonstrated: https://dojo.telerik.com/@NeliK/eliBaKIc

Regards,
Neli
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources