0
Fixed

IE7 Log viewer height issue

Tony Sheehy 11 years ago updated by anonymous 8 years ago 2

The height of the log viewer in IE7 is only tall enough for 1.x log entries, this may correspond to a recent change to fix the behaviour in EB-484;

 "sScrollY": "100%",

This change prevented the log viewer from being redrawn incorrectly when text was selected in IE8 and below, and as such is pretty important.

Drag is preferable to invalid height on IE7; quickly try to fix, but if it isn't immediately obvious revert sScrollY setting.

Invalid height is only problematic with one log in the page, as it trims one off, otherwise this is fine and not worth removing sScrollY.