﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6408	AutoGrow 24px too high on IE	Dinu	Sa'ar Zac Elias	"On IE 7,8 the autogrow computed size is 24px too high; I've tracked it down to [[BR]]
newHeight = doc.getBody().$.scrollHeight + 24;[[BR]]
I don't know what that adjustment is for; I'm assuming it's to compensate for an eventual horizontal scrollbar, in which case:[[BR]]
- 24 is tentative, the scrollbars are not expected to have a certain size, so scrollbar height should be computed by other means[[BR]]
- only add height if a hrz scrollbar is actually present[[BR]]
- if additional height is added, schedule another resize to shrink editor back if scrollbars go away as result of the first resize; although it's counterintuitive (the horizontal scrollbar going away on a vertical resize, it's been known to happen)[[BR]][[BR]]
I'll try to look some more at this and figure a way for myself"	Bug	closed	Normal	CKEditor 3.4.2	General	3.4.2	fixed	IE	
