You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This file contains hidden or 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
I noticed that using 100% with translate worked fine, so we no longer need to worry about the height of the modal bar. It also fixes an issue when the html menus use 2 lines, or even more.
The reason will be displayed to describe this comment to others. Learn more.
It should be just top and top is the height of the html menus, which is 37px when it uses 1 line and more when it uses 2. I was doing some testing and forgot to remove the extra 10.
I'm seeing some quirks with this branch. I'm using Win7. Also need to test Mac.
With HTML menus (and title bar a single line), it transitions down to a small amount (looks like 10px) and then closes the last amount. This happens both for a single line modal bar or a 2 line modal bar.
The case with a HTML Menus and 2 line title bar is broken in all 3 branches (master, this branch, and my branch).
I tested this branch with only the -44px ==> -100% change and it seems to be the best solution so far, but it doesn't fix the "HTML Menus with 2 line title bar" case.
@redmunds I removed the extra 10px that was adding to the top position, which shouldn't be there in the first place. Hopefully that should fix the 10px error with the html menus, since it was placing the modal bars 10px under the menu leaving a gap between the menus and the bar.
I did some testing in win8.1 and it works fine for me (with and without html menus, with 1 and 2 lines bars).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
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.
@redmunds This is the alternative fix for #7396.
I noticed that using 100% with translate worked fine, so we no longer need to worry about the height of the modal bar. It also fixes an issue when the html menus use 2 lines, or even more.