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 Jakub Ś)

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 Jakub Ś

Status: newconfirmed

comment:2 Changed 12 years ago by Jakub Ś

Type: BugNew Feature

comment:3 Changed 12 years ago by Aldo Sarmiento

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.

comment:4 Changed 12 years ago by Piotrek Koszuliński

Milestone: CKEditor 4.0.1

comment:5 Changed 12 years ago by Jakub Ś

Description: modified (diff)
Summary: V4: No ability to display toolbar in other location than content areaV4: Inline editing - No ability to display toolbar in other location than content area
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