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 show/hide tab process lagging #1447

Merged
merged 7 commits into from
Feb 7, 2017

Conversation

ravinderk
Copy link
Collaborator

@ravinderk ravinderk commented Feb 3, 2017

Description

This PR will fix setting tab show/hide process lagging between window resize.
Fix #1413

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows has proper inline documentation.

@DevinWalker
Copy link
Member

DevinWalker commented Feb 3, 2017

This is looking good, much smoother. A few more things:

Expanding to Larger Screensize

2017-02-03_07-53-33
Notice that the tab is duplicated and arrow remains

Clicking Outside Expanded Dropdown Doesn't Close It

When you click to expand the dropdown, then click outside it the dropdown should close.

Not Removing at WordPress Admin's Mobile Breakpoint

2017-02-03_07-56-25

At a certain point the wp-admin kicks in and redesigns the tabs to buttons that stack. We should improve this so that it turns into a mobile menu like so:

2017-02-03_07-56-25

-- full width
-- toggle full width tab menu on mobile touch
-- closes when touched / clicked outside

Copy link
Member

@DevinWalker DevinWalker left a comment

Choose a reason for hiding this comment

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

Please see my comments on above

@ravinderk
Copy link
Collaborator Author

@DevinWalker All issues fixed. Please review them.

@DevinWalker DevinWalker merged commit 1bd9393 into impress-org:release/1.8 Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants