Our blazing fast Grid component built with pure JavaScript


Post by chris »

I'm struggling to resolve the issue of missing icons in the date picker header section (I am using the trial version of the Bryntum Grid, and this is the picker linked to the filter bar).

I suspect this may be due to a missing CSS link?

Image


Post by Animal »

It just looks like old CSS to me, from before 5.0.

That is the .b-aria-desc-element showing there which contains accessibility information for screen readers. In the latest CSS (In widget.scss) there is this for that element:

.b-widget .b-aria-desc-element {
    position: absolute;
    clip-path: polygon(0 0);
    contain: strict;
}

Which hides it away from being seen. Only screen readers will pick it up to make announcements.


Post by chris »

Perfect thanks Animal!


Post Reply