-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
T/135: Implement a creator with sticky toolbar #152
Conversation
I have this:
|
That's strange. WFM
Could it be that the order of
matters? What is yours? |
…earlier than the core theme and dependencies are not met.
…of compiled theme files.
…eUIIframeView and extends EditableUIView.
…eUIIframe and FramedEditableUIIframeView.
…editor/ckeditor5-theme-lark#master.
OK, I think that all branches are ready to merge them. Great job! |
I was very close to merge this PR, but I found that few classes in ckeditor/ckeditor5-ui#24 misses docs. |
this.template.attributes.class.push( 'ck-editor__editable-iframe' ); | ||
this.template.attributes.style = [ | ||
'width:', | ||
bind.to( 'width', ( w ) => `${w}px` ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is bad... We need to find a better solution, which would be an object format for styles. We can't rewrite all styles every time. I'll create a followup for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beside, it doesn't do anything with the editor – it only resizes the iframe while the container stays at 100%. But this will need to be addressed once we'll be working on real support for resizing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As for the followup: https://github.com/ckeditor/ckeditor5-ui/issues/27
Closes #135.