Skip to content

[BUG] Refresh button of Kendo UI Grid for jQuery is displayed after the pager info #5881

@eyupyusein

Description

@eyupyusein

Bug Description

The Refresh button of Kendo UI Grid for jQuery is displayed after the pager info:
https://demos.telerik.com/kendo-ui/grid/basic-usage

However, in the theme spec it appears before:
Image

This confuses screen readers like JAWS.

Expected Behavior

The expected appearance is this:
Image

Refresh button at the end (which is the current implementation)
Here is the rendering test visuals reference from the kendo-themes:
Image

The difference comes in the dom:
Image

The pager-info ("1 - 20 of 91 items" element) is after the refresh buttonas the Refresh button has an order 10 flex property.

There should be 1:1 parity between dom and visual representation (to avoid further confusion with readers)
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions