Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P02
-
Fix Version/s: EE-1.8.2.GA_P03
-
Component/s: Bridge, ICE-Components
-
Labels:None
-
Environment:ICEfaces EE 1.8.2.GA_P03
-
Affects:Compatibility/Configuration
Description
In order to resolve issues related to Prototype Drag & Drop functions not working correctly with IE 9, we need to update to the latest version (1.7).
http://www.prototypejs.org/download
http://www.prototypejs.org/download
In IE and FF Prototype overrides the default implementation of the Element.viewportOffset function to use the native HTMLElement.getBoundingClientRect(), most probably for increase performance. Unfortunately the overriding function doesn't give the same results as the default implementation.
The fix for
ICE-3290regression removed the overriding of the Element.viewportOffset function even in browsers that do support the getBoundingClientRect() function.