Hi,
I have a huge problem with text box control on IE11 (in Chrome it works fine). From time to time all text box controls get disabled. It is very difficult to reproduce.
My application consists of 2 pages: home and details.
On the home page I have few dropdowns, few textboxes, grid control and tab strip. I select one of the items in grid control, and go to the details page. On details page I have editor control (and few more, but this one is relevant). What I noticed is that when I leave the focus in the editor control, press button to go to the home page, select item in the grid (which causes "loading" overlay to show and hide), then all text boxes are disabled. When I click on them, they don't receive the focus. Even when I put simple <input type="text" /> somewhere else in the page, it also gets blocked. When I navigate to details page, all textbox controls are blocked as well.
And this is the part when it become interesting. When I place the focus in the editor control in the details page, then the text boxes become enabled. And it doesn't have to be the same editor control than before. I have 2nd editor control on the details page and it works that way for both.
I tried profiling memory in IE, but nothing looks suspicious.
Could you give me any hints? I know it is difficult to help when you don't actually see the code, but can you advice me when can I get more debug information which would help here?
I'm using Kendo UI 2014.2.903 on Angular.js (v 1.2.26).
Any help will be appreciated.
I have a huge problem with text box control on IE11 (in Chrome it works fine). From time to time all text box controls get disabled. It is very difficult to reproduce.
My application consists of 2 pages: home and details.
On the home page I have few dropdowns, few textboxes, grid control and tab strip. I select one of the items in grid control, and go to the details page. On details page I have editor control (and few more, but this one is relevant). What I noticed is that when I leave the focus in the editor control, press button to go to the home page, select item in the grid (which causes "loading" overlay to show and hide), then all text boxes are disabled. When I click on them, they don't receive the focus. Even when I put simple <input type="text" /> somewhere else in the page, it also gets blocked. When I navigate to details page, all textbox controls are blocked as well.
And this is the part when it become interesting. When I place the focus in the editor control in the details page, then the text boxes become enabled. And it doesn't have to be the same editor control than before. I have 2nd editor control on the details page and it works that way for both.
I tried profiling memory in IE, but nothing looks suspicious.
Could you give me any hints? I know it is difficult to help when you don't actually see the code, but can you advice me when can I get more debug information which would help here?
I'm using Kendo UI 2014.2.903 on Angular.js (v 1.2.26).
Any help will be appreciated.