﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
743	Remember toolbar expansion state	anonymous		"If user clicks to either expand or reduce the editor
the ToolbarStartExpanded setting is applied on
postback.

Steps to reproduce

{{{
- Add simple dropdown with AutoPostback set true
- Set FCKEditor's .ToolbarStartExpanded false
If Not Me.IsPostBack Then
With Me.FCKeditor1
.ToolbarSet = ""Standard""
.ToolbarStartExpanded = False
.Visible = True
End With
End If
- Run up form and click to expand toolbar
- Select value in dropdown to force postback
- Note that the toolbar has not expanded
}}}


The above is true in reverse, i.e.
ToolbarStartExpanded=True, user clicks to reduce the
toolbar is expanded following postback.

Not a big issue but causing my users, and hence me,
some irritation.
----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1503002&group_id=75348&atid=543653"	New Feature	confirmed	Normal		General			SF	
