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

Remove negative toolbar position rules from full-aligned blocks #14669

Merged

Conversation

kjellr
Copy link
Contributor

@kjellr kjellr commented Mar 27, 2019

Fixes #14588.

Full-aligned blocks on mobile appear appear to have overly-aggressive negative positioning, knocking some of the controls offscreen. This PR zeroes out the left and right position of the toolbar in that case. For full-aligned blocks, the negative position is already applied via the parent .block-editor-block-list__block-edit's margins. (Thanks @m-e-h for pinpointing that).

Though this is only really necessary on small screens, this change persists on all breakpoints. It doesn't seem to cause any problems, but I'm happy to add an inherit rule above the mobile breakpoint if we'd prefer.


Before
gutenberg test_wp-admin_post php_post=1 action=edit(iPhone 6_7_8) (1)

After
gutenberg test_wp-admin_post php_post=1 action=edit(iPhone 6_7_8) (2)

@kjellr kjellr added the [Type] Bug An existing feature does not function as intended label Mar 27, 2019
@kjellr kjellr self-assigned this Mar 27, 2019
@kjellr kjellr requested a review from jasmussen March 27, 2019 18:25
Copy link
Contributor

@jasmussen jasmussen left a comment

Choose a reason for hiding this comment

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

Nice! Looks good and works for me. Can't break it.

@jasmussen jasmussen added this to the 5.4 (Gutenberg) milestone Mar 28, 2019
@kjellr kjellr merged commit a3ef292 into master Mar 28, 2019
@kjellr kjellr deleted the fix/correct-mobile-toolbar-position-on-fullwide-blocks branch March 28, 2019 13:01
ellatrix added a commit that referenced this pull request Apr 4, 2019
* RichText: improve format boundary style (#14519)

* RichText: improve format boundary style

* rgb => rgba

* Paste: check plain text for gutenberg content (#14536)

* Make ClipboardButton inside a block work correctly in Safari (#7106)

* Make ClipboardButton inside a block work in Safari

* Update changelogs

* Block Editor: Update "Next" to "Unreleased" per guidelines

https://github.com/WordPress/gutenberg/blob/master/packages/README.md#maintaining-changelogs

* Input Interaction: always expand single line selection vertically (#14487)

* Input Interaction: always expand single line selection vertically

* Add e2e test

* Use MenuItem instead of IconButton (#14569)

* Remove id, infoid, label and aria-describedby from MenuItem (#14423)

* Preformatted: save line breaks as characters (#14653)

* Preformatted: save line breaks as characters

* Update e2e test

* Remove negative toolbar position rules from full-aligned blocks. (#14669)

* Fix issue with double scrollbar in Fullscreen Mode (#14677)

This PR fixes an issue where the sidebar would have two scrollbars when in fullscreen mode.

* Fix WordPress embed block resolution (#14658)

* Retry failing embeds with trailing slash (#14705)

* Fix embedding Twitter URLs with a trailing slash (Closes #12664)

* Fix race condition for WordPress URLs that end in slashes, add test

* API Fetch: Fix error on empty OPTIONS preload data (#14714)

* Input Interaction: better horizontal edge detection (#14462)

* Input Interaction: better horizontal edge detection

* Correct BR ranges

* Add e2e test

* Increase buffer for Firefox

* Clean up

* Merge isEdge logic

* Fix typo

* Address feedback

* Build docs

* Fix memize option key typo (#14750)

* RichText: unify active formats, 'selectedFormat' and 'placeholderFormat' (#14411)

* RichText: unify active formats, 'selectedFormat' and 'placeholderFormat'

* Add extra e2e test

* Only should boundary style when focused

* Update docs

* Try to trigger tests with Travis

* Restore Travis config
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.

2 participants