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

Draftail updates, refactors, bug fixes #4217

Merged
merged 6 commits into from
Jan 26, 2018

Conversation

thibaudcolas
Copy link
Member

@thibaudcolas thibaudcolas commented Jan 26, 2018

This addresses the following tasks from #4136:

  • Media block bottom border in Safari, Android Chrome
  • Placeholder misaligned in iOS Safari full-width fields
  • Remove default {} when finishing Change block/field default to None springload/wagtaildraftail#32
  • Add data- attribute to Hallo editor to define documented integration point for plugins.
  • Automatically-generated depth styles for list items

The draftjs-filters transitive dependency update also fixes a nasty Draft.js design choice, which you can read about here: facebookarchive/draft-js#504


Edit: see #4229 for next steps.

@thibaudcolas thibaudcolas added this to the 2.0 milestone Jan 26, 2018
@thibaudcolas thibaudcolas requested a review from gasman January 26, 2018 11:19
@include nice-padding;
}

.full .Draftail-Toolbar {
@include nice-margin;
}

.title .Draftail-Editor .public-DraftEditor-content {
.title .Draftail-Editor .public-DraftEditor-content,
.title .Draftail-Editor .public-DraftEditorPlaceholder-root {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and above – placeholder alignment issue.

@@ -35,6 +35,7 @@

&__img {
@include invalid-image-fallback;
display: block;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MediaBlock border issue

@thibaudcolas thibaudcolas mentioned this pull request Jan 26, 2018
2 tasks
@gasman gasman merged commit 8c21b77 into wagtail:master Jan 26, 2018
@thibaudcolas thibaudcolas deleted the feature/draftail-update branch January 26, 2018 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants