You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I think this test makes no sense anymore. But I can't find any ImageToolbar MT testing how it works now. I mean howImageToolbar works using ContextualBalloon. We have MT for ImageTextAlternative balloon but we don't have a similar test for ImageToolbar.
Actually, we are able to test ImageToolbar using ImageTextAlternative test.
Other: Implemented `View#render` method which replaces the `#element` rendering upon the first reference and incorporates the `#init` method functionality. Closes #262. Closes #302.
From now on `View#setTemplate` and `View#extendTemplate` methods are recommended as a shorthand for `view.template = new Template( { ... } )` and `Template.extend( view.template )`.
BREAKING CHANGE: The `init()` method in various UI components has been renamed to `render()`. Please refer to the documentation to learn more.
BREAKING CHANGE: The `View#element` is no longer a getter which renders an element when first referenced. Use the `View#render()` method instead.
BREAKING CHANGE: `Template#children` property became an `Array` (previously `ViewCollection`).
BREAKING CHANGE: `View#addChildren` and `View#removeChildren` methods became `#registerChildren` and `#deregisterChildren`.
BREAKING CHANGE: The DOM structure of the `StickyPanelView` has changed along with the class names. Please refer to the component documentation to learn more.
http://localhost:8125/ckeditor5-ui/tests/manual/imagetoolbar/imagetoolbar.html shows errors and won't start.
The text was updated successfully, but these errors were encountered: