-
Notifications
You must be signed in to change notification settings - Fork 892
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
[VisBuilder] [BUG] fix empty workspace animation does not work in firefox #2853
Conversation
Signed-off-by: raintygao <tygao@amazon.com>
Thanks for the additional context in the PR. The change looks good, i've validated it locally too. Can you add a changelog entry for the change too? |
Signed-off-by: raintygao <tygao@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #2853 +/- ##
=======================================
Coverage 66.67% 66.67%
=======================================
Files 3219 3219
Lines 61445 61445
Branches 9417 9417
=======================================
Hits 40966 40966
Misses 18232 18232
Partials 2247 2247
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Thanks for the fix!
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.
Thank you!
…efox (#2853) * fix: fix VisBuilder empty animation does not work in firefox Signed-off-by: raintygao <tygao@amazon.com> * doc: add changelog for pull request Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: raintygao <tygao@amazon.com> (cherry picked from commit 28c3df3) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
…efox (opensearch-project#2853) * fix: fix VisBuilder empty animation does not work in firefox Signed-off-by: raintygao <tygao@amazon.com> * doc: add changelog for pull request Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: David Sinclair <dsincla@rei.com>
…efox (#2853) (#2865) * fix: fix VisBuilder empty animation does not work in firefox Signed-off-by: raintygao <tygao@amazon.com> * doc: add changelog for pull request Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: raintygao <tygao@amazon.com> (cherry picked from commit 28c3df3) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…efox (opensearch-project#2853) * fix: fix VisBuilder empty animation does not work in firefox Signed-off-by: raintygao <tygao@amazon.com> * doc: add changelog for pull request Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: raintygao <tygao@amazon.com>
…efox (opensearch-project#2853) * fix: fix VisBuilder empty animation does not work in firefox Signed-off-by: raintygao <tygao@amazon.com> * doc: add changelog for pull request Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: raintygao <tygao@amazon.com>
…efox (opensearch-project#2853) * fix: fix VisBuilder empty animation does not work in firefox Signed-off-by: raintygao <tygao@amazon.com> * doc: add changelog for pull request Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: Sergey Osipov <sipopo@yandex.ru>
…efox (opensearch-project#2853) * fix: fix VisBuilder empty animation does not work in firefox Signed-off-by: raintygao <tygao@amazon.com> * doc: add changelog for pull request Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: Arpit Bandejiya <abandeji@amazon.com>
…efox (opensearch-project#2853) * fix: fix VisBuilder empty animation does not work in firefox Signed-off-by: raintygao <tygao@amazon.com> * doc: add changelog for pull request Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: David Sinclair <david@sinclair.tech>
…efox (opensearch-project#2853) * fix: fix VisBuilder empty animation does not work in firefox Signed-off-by: raintygao <tygao@amazon.com> * doc: add changelog for pull request Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: raintygao <tygao@amazon.com> Signed-off-by: David Sinclair <david@sinclair.tech>
Signed-off-by: raintygao tygao@amazon.com
Description
The visbuilder animation in firefox does not work.
This PR fixed the bug by modifying the dom structure and adding css attributes. Since
osd-ui-shared
will providewidth: 100%
style by default with a higher priority,!important
is added to ensure that it meets expectations.Normal condition:
Error condition
Issues Resolved
#2443
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr