This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tabs): fixes flicker issue with dynamic height
- Loading branch information
Robert Messerle
committed
Apr 13, 2015
1 parent
7afb93f
commit 48eeb62
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
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
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
48eeb62
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.
@robertmesserle there seems to still be an issue when using Safari. Now when resizing it resizes correctly and then a few milliseconds later the entire md-tabs shrinks to 0 height and then back to the right size again.
48eeb62
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.
@hodeyp Can you confirm that this is still an issue? I believe my later commit resolved this issue, and I am not able to recreate this in Safari.
48eeb62
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.
@robertmesserle - I'm afraid it is still an issue. All works beautifully on Chrome but safari is actually looking worse than before.
I have recorded an example using the material web site on the latest build (v0.8.3 - SHA 375d4fc)
https://drive.google.com/file/d/0B-OD4l6gS9OGRmUtSU1qMEh4YzA/view?usp=sharing
48eeb62
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.
@hodeyp I was able to recreate this issue in Safari and added a fix to master. Should be good now. Thanks for the heads up! =)
48eeb62
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.
most excellent! thanks!
48eeb62
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.
@robertmesserle you guys are doing an amazing job btw, the tabs control is spectacular!