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: Safari is not showing scroll bars in Explore #16089

Merged

Conversation

michael-s-molina
Copy link
Member

SUMMARY

Fix #16072

@junlincc @jinghua-qa @rusackas

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

Screen.Recording.2021-08-05.at.9.58.19.AM.mov
Screen.Recording.2021-08-05.at.10.00.41.AM.mov

TESTING INSTRUCTIONS

See the original issue for instructions.

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@@ -458,7 +459,7 @@ function ExploreViewContainer(props) {
#app {
flex-basis: 100%;
overflow: hidden;
height: 100vh;
height: 100%;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The #app should account for #app-menu height. That's why I change it to percentage and set the body to 100vh.

@codecov
Copy link

codecov bot commented Aug 5, 2021

Codecov Report

Merging #16089 (2e94795) into master (a59d458) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #16089   +/-   ##
=======================================
  Coverage   76.86%   76.86%           
=======================================
  Files         995      995           
  Lines       52876    52876           
  Branches     6720     6720           
=======================================
  Hits        40645    40645           
  Misses      12005    12005           
  Partials      226      226           
Flag Coverage Δ
javascript 71.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...nd/src/explore/components/ExploreViewContainer.jsx 2.11% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a59d458...2e94795. Read the comment docs.

@kgabryje
Copy link
Member

kgabryje commented Aug 5, 2021

/testenv up

@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2021

@kgabryje Container image not yet published for this PR. Please try again when build is complete.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2021

@kgabryje Ephemeral environment creation failed. Please check the Actions logs for details.

@junlincc
Copy link
Member

junlincc commented Aug 5, 2021

/testenv up

@junlincc junlincc added the rush! Requires immediate attention label Aug 5, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2021

@junlincc Ephemeral environment spinning up at http://54.191.154.174:8080. Credentials are admin/admin. Please allow several minutes for bootstrapping and startup.

@junlincc
Copy link
Member

junlincc commented Aug 5, 2021

thank you so much for the quick fix!

Screen.Recording.2021-08-05.at.9.18.26.AM.mov

looks like the top padding is missing? above the button @michael-s-molina

Screen Shot 2021-08-05 at 10 34 27 AM

@junlincc junlincc added hold:testing! On hold for testing and removed rush! Requires immediate attention labels Aug 5, 2021
Copy link
Member

@junlincc junlincc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

padding above run buttons is missing 😅

@michael-s-molina
Copy link
Member Author

@junlincc I wasn't able to reproduce this behavior in the test env. Tested in Safari and Chrome. 🤔

Screen.Recording.2021-08-05.at.5.59.18.PM.mov

@kgabryje
Copy link
Member

kgabryje commented Aug 6, 2021

@junlincc I'm not able to reproduce as well

@junlincc junlincc removed the hold:testing! On hold for testing label Aug 9, 2021
Copy link
Member

@rusackas rusackas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@michael-s-molina
Copy link
Member Author

@junlincc Can you unblock?

@michael-s-molina michael-s-molina dismissed junlincc’s stale review August 10, 2021 13:41

Reviewed by other members as not reproducible

@michael-s-molina michael-s-molina merged commit 273ab3d into apache:master Aug 10, 2021
@github-actions
Copy link
Contributor

Ephemeral environment shutdown and build artifacts deleted.

@rosemarie-chiu
Copy link
Contributor

🏷 2021.31

stevenuray pushed a commit to preset-io/superset that referenced this pull request Aug 11, 2021
@villebro villebro added the v1.3 label Aug 12, 2021
villebro pushed a commit that referenced this pull request Aug 16, 2021
opus-42 pushed a commit to opus-42/incubator-superset that referenced this pull request Nov 14, 2021
cccs-RyanS pushed a commit to CybercentreCanada/superset that referenced this pull request Dec 17, 2021
QAlexBall pushed a commit to QAlexBall/superset that referenced this pull request Dec 28, 2021
QAlexBall pushed a commit to QAlexBall/superset that referenced this pull request Dec 29, 2021
cccs-rc pushed a commit to CybercentreCanada/superset that referenced this pull request Mar 6, 2024
@mistercrunch mistercrunch added 🍒 1.3.0 🍒 1.3.1 🍒 1.3.2 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.4.0 labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels preset:2021.31 size/XS v1.3 🍒 1.3.0 🍒 1.3.1 🍒 1.3.2 🚢 1.4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Explore][Safari] Scroll bar is gone when open explore in Safari
7 participants