Opened 18 years ago
Last modified 17 years ago
#743 confirmed New Feature
ToolbarStartExpanded overrides user selection on postback — at Initial Version
Reported by: | Martin Kou | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | SF | Cc: |
Description
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.