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

[IE10] Input into textual controls on Create/Modify views won't work #28

Open
Pictor13 opened this issue Aug 26, 2016 · 1 comment
Open
Labels

Comments

@Pictor13
Copy link
Member

On Internet Explorer 10: no text/textarea input control seems to work in the Create and Resource.Modify views.
Trying to type or paste content in the controls will not work.
Disabling Javascript restores the normal functionality.
The bug seems to happen just on Create and Modify views. No issue in the input fields of the List view.

Probably one of the Honeybee Core widgets is doing something that IE10 (and possibly the inferior versions) doesn't like.

@Pictor13 Pictor13 added the bug label Aug 26, 2016
@Pictor13
Copy link
Member Author

https://github.com/honeybee/honeybee-agavi-cmf-vendor/blob/master/app/modules/Honeybee_Core/assets/ui/Tabs.js#L25

It seems that, on IE10, the 'selector' argument of jQuery.on() is not considered; this triggers focusTab() for every click/focus/blur event on the page.

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

No branches or pull requests

1 participant