Opened 18 years ago
Closed 13 years ago
#1840 closed Bug (fixed)
"-" in id for ToolbarLocation throws error
| Reported by: | thatvetguy | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Toolbar | Version: | FCKeditor 2.5.1 |
| Keywords: | Cc: |
Description
var oFCKeditor = new FCKeditor(id) ; oFCKeditor.BasePath = 'resources/fckeditor/'; oFCKeditor.Height = 400; oFCKeditor.Config[ 'ToolbarLocation' ] = 'Out:ddd-toolbar'; oFCKeditor.Value = value; return oFCKeditor.CreateHtml();
gives an alert: Invalid value for 'ToolbarLocation'
is this a bug or an expected behaviour?
Change History (2)
comment:1 Changed 18 years ago by
| Component: | General → UI : Toolbar |
|---|---|
| Keywords: | Confirmed added |
| Priority: | Low → Normal |
comment:2 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | confirmed → closed |
In CKEditor it is possible to specify toolbar location in e.g. sharedspaces sample and "-" doesn't cause problems there.

Confirmed in all browsers.