Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabled ToolBar button in a buttonGroup is hidden #3684

Closed
IvanDanchev opened this issue Oct 16, 2017 · 1 comment
Closed

Disabled ToolBar button in a buttonGroup is hidden #3684

IvanDanchev opened this issue Oct 16, 2017 · 1 comment

Comments

@IvanDanchev
Copy link
Contributor

IvanDanchev commented Oct 16, 2017

Bug report

Disabled button (enable: false) as part of a buttonGroup are hidden instead of being displayed as disabled. This behavior has been introduced in R3 2017.

Workaround:

    <style>  
        .k-button-group .k-state-disabled {
          display: inline-flex;
        }
    </style>

Reproduction of the problem

Dojo example.

Current behavior

Disabled buttons are hidden.

Expected/desired behavior

Disabled buttons are displayed.

Environment

  • Kendo UI version: 2017.3.913
  • jQuery version: x.y
  • Browser: [all ]
@Dimitar-Goshev
Copy link
Contributor

After the implemented fix, it is possible to click the disabled button (its styles are changed on click).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants