Opened 17 years ago
Last modified 17 years ago
#743 confirmed New Feature
Remember toolbar expansion state
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | SF | Cc: |
Description (last modified by )
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:
http://sourceforge.net/tracker/index.php?func=detail&aid=1503002&group_id=75348&atid=543653
Change History (2)
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|---|
Reporter: | changed from Martin Kou to anonymous |
comment:2 Changed 17 years ago by
Keywords: | Confirmed added |
---|---|
Summary: | ToolbarStartExpanded overrides user selection on postback → Remember toolbar expansion state |
Type: | Bug → New Feature |
This is actually a missing feature.