Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge FloatingPanelView into BalloonPanelView so only a single class remains #5334

Closed
oleq opened this issue Apr 7, 2017 · 0 comments · Fixed by ckeditor/ckeditor5-ui#197
Assignees
Labels
package:ui type:task This issue reports a chore (non-production change) and other types of "todos".
Milestone

Comments

@oleq
Copy link
Member

oleq commented Apr 7, 2017

It turned out that FloatingPanelView requires some of the logic of BalloonPanelView to work properly in https://github.com/ckeditor/ckeditor5-editor-inline/issues/4. Maintaining 2 very similar classes seems pointless now that BalloonPanelView gets more sophisticated and FloatingPanelView is always a step behind.

A follow-up of https://github.com/ckeditor/ckeditor5-editor-inline/issues/4.

@oleq oleq self-assigned this Apr 7, 2017
oskarwrobel referenced this issue in ckeditor/ckeditor5-ui Apr 10, 2017
Other: Merged `FloatingPanelView` into `BalloonPanelView`. Closes #191.

BREAKING CHANGE: `FloatingPanelView` is no longer available.
BREAKING CHANGE: `BalloonPanelView#keepAttachedTo()` has been replaced by `pin()`.
BREAKING CHANGE: Default position names in `BalloonPanelView.defaultPositions` have changed. Now prefixed with `arrow_`.
@mlewand mlewand transferred this issue from ckeditor/ckeditor5-ui Oct 9, 2019
@mlewand mlewand added this to the iteration 10 milestone Oct 9, 2019
@mlewand mlewand added status:confirmed type:task This issue reports a chore (non-production change) and other types of "todos". package:ui labels Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:ui type:task This issue reports a chore (non-production change) and other types of "todos".
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants