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

Fix Safari-specific sidebar height issue on mobile. #12318

Merged
merged 1 commit into from
Mar 20, 2017

Conversation

jasmussen
Copy link
Member

Safari has a flex-box bug detailed here: https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored

This bug affected the Post Settings sidebar when opened on mobile breakpoints. This commit fixes it, and fixes #12212.

Safari has a flex-box bug detailed here: https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored

This bug affected the Post Settings sidebar when opened on mobile breakpoints. This commit fixes it, and fixes #12212.
@jasmussen jasmussen added [Feature] Post/Page Editor The editor for editing posts and pages. [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. labels Mar 20, 2017
@jasmussen jasmussen self-assigned this Mar 20, 2017
@jasmussen jasmussen requested a review from youknowriad March 20, 2017 10:13
@matticbot
Copy link
Contributor

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 👍 The broken behaviour (no-scrolls and hidden sections) seen on master is fixed here.

Also, while testing I noticed a small issue on a breakpoint slightly bigger than mobile where the title of the post is shown above the Post Settings sidebar at the bottom of the page. Should I create an issue for this?

screen shot 2017-03-20 at 11 21 40

@jasmussen
Copy link
Member Author

Also, while testing I noticed a small issue on a breakpoint slightly bigger than mobile where the title of the post is shown above the Post Settings sidebar at the bottom of the page. Should I create an issue for this?

No, this is something I hope to look at next. Thanks a bunch.

@jasmussen jasmussen merged commit 240c229 into master Mar 20, 2017
@jasmussen jasmussen deleted the fix/editor-browser-issues branch March 20, 2017 10:27
@matticbot matticbot removed the [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. label Mar 20, 2017
jhnstn pushed a commit that referenced this pull request Mar 21, 2017
Safari has a flex-box bug detailed here: https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored

This bug affected the Post Settings sidebar when opened on mobile breakpoints. This commit fixes it, and fixes #12212.
@matticbot matticbot added the [Size] S Small sized issue label Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Post/Page Editor The editor for editing posts and pages. [Size] S Small sized issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Editor: Post settings sections become inaccessible on Safari (mobile, narrow width)
3 participants