-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Mobile editor redesign #5987
Mobile editor redesign #5987
Conversation
Tested on Chrome, Safari, Firefox, Edge, IE11: 👍 I found two tiny visual issues:
On Edge I got flashes of white: the UI went white until scrolled. I couldn't replicate reliably tho, and on scroll it went back to normal. |
d013221
to
ebef9db
Compare
Fixed :) |
I can't reproduce any of the previous bugs and couldn't find any more issues except for a warning in the console when running locally |
All good design wise: 👍 |
if ( editor.theme.panel.getEl().clientHeight ) { | ||
tinymce.DOM.setStyles(editor.getContainer(), { | ||
'padding-top': containerPadding | ||
}); |
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.
Always include extra spaces around elements and arguments:
Looking good! Needs rebase. |
ebef9db
to
771a90e
Compare
I've fixed all the comments. The rebase with That PR assumes that the |
cc @coreh might want to take a look or have some feedback re: reconciling with email verification notice |
… of the mobile editor
c46d848
to
9047ed3
Compare
I've rebased and solved the merge conflicts. This PR is only missing a "good to go". The only outstanding issue is: |
I agree to move that to a separate PR. :) |
Good to go 🚢 I've raised @hoverduck's issue separately as #10168 as I don't believe this should hold this back |
This does make #8437 a little more prominent but that's an existing bug and not introduced in this PR so this PR shouldn't be held up due to that IMO |
I created #10212 to fix the email verification notice on mobile screens. |
This is the PR with the whole mobile editor redesign combined.
Issue: #4266
PR 1: #4456
PR 2: #4686
I've fixed all the bugs that @alisterscott discovered in #4686 , except for "Keyboard cursor keeps showing when switching to the metadata tab" because I couldn't reproduce it in Android and I don't have an iPhone at hand.
Calypso Live branch → https://calypso.live/posts?branch=update/4266-mobile-editor-redesign-2
cc/ @mtias @alisterscott @folletto @aduth