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

JavaScript error is thrown when pressing Esc key on a dropdown's popup #2048

Closed
Iankodj opened this issue Aug 9, 2016 · 0 comments
Closed

Comments

@Iankodj
Copy link
Contributor

Iankodj commented Aug 9, 2016

Bug report

In Kendo Editor with default configuration when a dropdown popup is opened Esc key closes the popup, but a JS error is thrown.

Reproduction of the problem

  1. Use this dojo: http://dojo.telerik.com/iyOTUt;
  2. Open console;
  3. Run the code;
  4. Open the Format dropdown;
  5. Press Esc.

Current behavior

A JavaScript error is thrown:

kendo.all.min.js:57 Uncaught TypeError: Cannot read property 'visible' of undefined

Workaround

Enabling resizable.toolbar option.

Environment

  • Kendo UI version: 2016.2.714
  • jQuery version: 1.11.3
  • Browser: [all]
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