diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

scrollFloater bug on IE7, IE8 #487

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

goog.ui.ScrollFloater.STORED_STYLEPROPS = [ 'position', 'top', 'left', 'width', 'cssFloat']; goog.ui.ScrollFloater.PLACEHOLDER_STYLEPROPS = [ 'position', 'top', 'left', 'display', 'cssFloat', 'marginTop', 'marginLeft', 'marginRight', 'marginBottom'];


IE7,IE8 should use `float` or `styleFloat` prop.

Original issue reported on code.google.com by ambar....@gmail.com on 8 Aug 2012 at 9:51