-
Notifications
You must be signed in to change notification settings - Fork 174
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 semicollapsible resize #1431
Merged
maxmarkus
merged 19 commits into
SAP:master
from
maxmarkus:1422-fix-semicollapsible-resize
Jul 1, 2020
Merged
Fix semicollapsible resize #1431
maxmarkus
merged 19 commits into
SAP:master
from
maxmarkus:1422-fix-semicollapsible-resize
Jul 1, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…sistion on resize
ndricimrr
reviewed
Jun 24, 2020
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.
The resizing is pretty smooth 👍
Somehow though, if I start/refresh the page with browser previously sized to min width and try to expand the window, it doesn't seem to obey 🤔
ndricimrr
approved these changes
Jun 29, 2020
Merged
JohannesDoberer
added a commit
that referenced
this pull request
Jul 6, 2020
* master: (21 commits) style the mobile avigation for Documentation (#1452) allow hash and section deeplinks (#1447) Add link to blogs (#1442) Release v1.2.4 (#1457) Fix logout label (#1453) adds a check if persisted collapsible state is closed and prevent persistion on resize (#1431) update links (#1445) 1381 update version of Fundamental Styles on Fiddle to 0.10.0 (#1414) 1381 update version of Fundamental Styles on Fiddle to 0.10.0 (#1414) 1381 update version of Fundamental Styles on Fiddle to 0.10.0 (#1414) 1381 update version of Fundamental Styles on Fiddle to 0.10.0 (#1414) redirect for blog on landingpage Add blog to website (#1439) release v1.2.3 (#1437) remove non-working code (#1436) Release v1.2.2 (#1435) fix double frame (#1433) Added showLabel attribute to node for top level nav (#1429) Strip Documentation in Changelog generation (#1404) Feature/badge counter (#1409) ...
JohannesDoberer
added a commit
to JohannesDoberer/luigi
that referenced
this pull request
Jul 6, 2020
* feature-globalsearch: (21 commits) style the mobile avigation for Documentation (SAP#1452) allow hash and section deeplinks (SAP#1447) Add link to blogs (SAP#1442) Release v1.2.4 (SAP#1457) Fix logout label (SAP#1453) adds a check if persisted collapsible state is closed and prevent persistion on resize (SAP#1431) update links (SAP#1445) 1381 update version of Fundamental Styles on Fiddle to 0.10.0 (SAP#1414) 1381 update version of Fundamental Styles on Fiddle to 0.10.0 (SAP#1414) 1381 update version of Fundamental Styles on Fiddle to 0.10.0 (SAP#1414) 1381 update version of Fundamental Styles on Fiddle to 0.10.0 (SAP#1414) redirect for blog on landingpage Add blog to website (SAP#1439) release v1.2.3 (SAP#1437) remove non-working code (SAP#1436) Release v1.2.2 (SAP#1435) fix double frame (SAP#1433) Added showLabel attribute to node for top level nav (SAP#1429) Strip Documentation in Changelog generation (SAP#1404) Feature/badge counter (SAP#1409) ...
stanleychh
pushed a commit
to stanleychh/luigi
that referenced
this pull request
Dec 30, 2021
…sistion on resize (SAP#1431)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a check if persisted collapsible state is closed and prevent persistion on resize.
Fixes #1422