Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.2.0.GA
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces EE-4.2.0.RC1, Tomcat 7/8, MS Edge, IE 11, 10.
Was not an issue in ICEfaces 4.2 release.
-
Assignee Priority:P2
Description
" '_event' is undefined "console error is seen when using the clear input 'x' icon in dataTable filtering fields in MS Edge and IE browsers
SCRIPT5009: '_event' is undefined
File: coalesced.js.jsf, Line: 14325, Column: 470
To reproduce:
Open showcase in MS Edge or IE 11.
Navigate to ace:dataTable > Overview.
Enter a character into one of the filter fields in the headers.
Allow the filter to finish, then press the clear field 'x' icon. Console error will appear.
SCRIPT5009: '_event' is undefined
File: coalesced.js.jsf, Line: 14325, Column: 470
To reproduce:
Open showcase in MS Edge or IE 11.
Navigate to ace:dataTable > Overview.
Enter a character into one of the filter fields in the headers.
Allow the filter to finish, then press the clear field 'x' icon. Console error will appear.
r51764: defined _event variable in the scope of the event handler