Opened 12 years ago
Last modified 12 years ago
#9387 closed New Feature
V4: Inline editing - No ability to display toolbar in other location than content area — at Version 5
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1 RC |
Component: | UI : Toolbar | Version: | 4.0 |
Keywords: | Drupal | Cc: | wim.leers@… |
Description (last modified by )
CKEditor v3 had shared spaces sample that allowed to display toolbar in location specified by user.
For example: editor had extra configuration options
sharedSpaces : { top : 'topSpace', bottom : 'bottomSpace' },
in which id of DOM elements were specified
<div id="topSpace"></div> other code... <div id="bottomSpace"></div>
This makes its V4 equivalent - inline editing not complete.
I think it would be good idea to allow defining toolbar location in inline editing.
Change History (5)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Type: | Bug → New Feature |
---|
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Milestone: | → CKEditor 4.0.1 |
---|
comment:5 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Summary: | V4: No ability to display toolbar in other location than content area → V4: Inline editing - No ability to display toolbar in other location than content area |
I read that sharedSpaces feature has been removed in favor of the floating toolbar (ticket #9377). However, I don't think the floating toolbar solves the same problem as sharedSpaces.
There are a lot of UIs out there that have an omnipresent toolbar fixed at the top with editable fields clearly marked (e.g. http://jejacks0n.github.com/mercury/). In my opinion, sharedSpaces is a good feature because users can clearly see that they are in an "edit mode" without having to interact with contentEditable fields to get feedback.