KoGrid icon indicating copy to clipboard operation
KoGrid copied to clipboard

Events of other controls on the page are not firing after changing the page in IE and Edge 4

Open spodugu opened this issue 8 years ago • 0 comments

I am facing this issue with only IE 11.1593.14393.0 and Microsoft Edge 4 (38.143893.0.0) in Windows 10. It is working fine on 11.540.15063.0 and Edge 5.

Following are the steps:

  1. Initially KoGrid populates the records from server using ajax request.
  2. Navigate to a different page by manually entering the page number and press Enter ( not using navigation buttons) and let data to be populated.
  3. Now, the event handlers (click) for the buttons and links on the page are not working.

This issue is raised only when navigated to a different page. Click events are working fine after the initial load. But once I navigate to other page, the events are not firing.

spodugu avatar Sep 14 '17 18:09 spodugu