Details
-
Improvement
-
Status: Closed
-
Top
-
Resolution: Fixed
-
CMS-10.0-alpha-1
-
None
Description
(Created on behalf of swesten)
As reported in ESSENTIALS-617/618, the component parameters dialog is too limited at the moment. You cannot:
- enable/disable save button upon editing of fields, only the leave-focus even appears supported. With one field you should be able to save whilst still in the input field. So enable save button onChange instead of onBlur.
- Created
CHANNELMGR-197, scheduled for FCS
- Created
- indicate mutual exclusivity of fields (f.e. determine Google map location by coordinates or address)
- Created CHANNELMGR-198, put on backlog
- control the labels of the save/close buttons.
- I don't understand this requirement, what is the usecase?
- deal with dialogs that are large relative to the current window size.
- Windows resize automatically and should take up as much space as needed. If necessary, a scrollbar appears, but this currently sometimes fails, see
CHANNELMGR-175
- Windows resize automatically and should take up as much space as needed. If necessary, a scrollbar appears, but this currently sometimes fails, see
- see BT-803
- Let's track that issue separately
SW edit: I ran into a similar problem with the Menu editor. After changing the menu title and clicking Close, the input is not stored. See screenshot.
The save button is disabled while you are still editing the input field. This is why a user expects that Close also saves.
Created CHANNELMGR-197, scheduled for FCS
Also created CHANNELMGR-199 to add an "are you sure" dialog when you change the window when there are unsaved changes, scheduled for GA.