Allow attaching Balloon Panel to a range/selection #1176
Labels
plugin:balloonpanel
The plugin which probably causes the issue.
plugin:balloontoolbar
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
target:major
Any docs related issue that should be merged into a major branch.
type:feature
A feature request.
Milestone
Are you reporting a feature request or a bug?
Feature request
Provide detailed reproduction steps (if any)
It would be great if the Balloon Panel supported attaching to a range object, so that it could be placed literally anywhere in the text and so on.
In result balloonPanel.attach would support first parameter as a
CKEDITOR.dom.range
too.Currently the limitation is that the balloon can only be attached to the whole element, so selection like that (in case of balloon toolbar) allows us only to position it relatively to the whole element:
Instead we'd like to attach it to the center of a selection.
The text was updated successfully, but these errors were encountered: