Opened 17 years ago

Last modified 16 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 Martin Kou)

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 Martin Kou

Description: modified (diff)
Reporter: changed from Martin Kou to anonymous

comment:2 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added
Summary: ToolbarStartExpanded overrides user selection on postbackRemember toolbar expansion state
Type: BugNew Feature

This is actually a missing feature.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy