Opened 14 years ago
Closed 8 years ago
#8354 closed Bug (fixed)
Save enabled only in design mode
| Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description (last modified by )
The save button is restricted by default to design mode only due to this line:
command.modes = { wysiwyg : !!( editor.element.$.form ) };
That setting disables saving in source mode.
Change History (2)
comment:1 Changed 14 years ago by
| Description: | modified (diff) |
|---|---|
| Status: | new → confirmed |
comment:2 Changed 8 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | confirmed → closed |
Fixed in GitHub#817.

My fault here... we have this thing since [3285], two years ago.
The modes property is definitely the wrong thing to be used to make this check.