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(ui5-busyindicator): fix component placement and appearance in IE #1505

Merged
merged 2 commits into from
Apr 21, 2020

Conversation

ilhan007
Copy link
Member

@ilhan007 ilhan007 commented Apr 21, 2020

The opacity of 0.6 used to apply to the busy indicator inter elements in IE due to the absence of shadow DOM, also the position of the circles used to be wrong. Both the visual and the placement is now fixed.

Fixes: #1497

Now in IE:
Screenshot 2020-04-21 at 1 58 37 PM

Previously in IE:
Screenshot 2020-04-21 at 2 08 17 PM

@ilhan007 ilhan007 merged commit 0e57d78 into master Apr 21, 2020
@ilhan007 ilhan007 deleted the fix-busy-in-ie branch April 21, 2020 13:13
ilhan007 added a commit that referenced this pull request Apr 22, 2020
…1505)

The opacity of 0.6 used to apply to the busy indicator inter elements in IE due to the absence of shadow DOM, also the position of the circles used to be wrong. Both the visual and the placement is now fixed.

Fixes: #1497
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.

style of ui5-busyindicator is not correct in IE11 & Edge44
2 participants