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

Try alternate fix for Classic toolbar #8314

Merged
merged 1 commit into from
Jul 31, 2018
Merged

Conversation

jasmussen
Copy link
Contributor

This is an alternative to #8308, which doesn't rely on uncollapsing margins.

What it does is position the classic toolbar using translate, which is the same way every other toolbar is positioned. This fixes the issue and cleans up the CSS.

GIF:

alternate fix

This fixes #7918, which regressed in #7365.

This is an alternative to #8308, which doesn't rely on uncollapsing margins.

What it does is position the classic toolbar using translate, which is the same way every other toolbar is positioned. This fixes the issue and cleans up the CSS.
@jasmussen jasmussen added the [Type] Bug An existing feature does not function as intended label Jul 31, 2018
@jasmussen jasmussen added this to the 3.4 milestone Jul 31, 2018
@jasmussen jasmussen self-assigned this Jul 31, 2018
@jasmussen jasmussen requested review from aduth and a team July 31, 2018 06:58
Copy link
Contributor

@youknowriad youknowriad left a comment

Choose a reason for hiding this comment

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

LGTM 👍 I don't really understand the chances but it works great. I noticed that if we use the classic bloc inside columns (because we can :P ), The toolbar is a bit strange, I wasn't sure if it's related or not.

@jasmussen jasmussen merged commit 33f380f into master Jul 31, 2018
@jasmussen jasmussen deleted the try/alternate-classic-fix branch July 31, 2018 07:51
@jasmussen
Copy link
Contributor Author

Thanks for the review. I snuck this in as an important hotfix for the 3.4 callout release, and will make a note in #8278.

The issues with a classic block inside columns is one of margins, which I'm discussing with Andrewin #8283 (comment). I believe the proposal there should address things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Classic Block toolbar doesn't sit on the edge of frame
2 participants