Skip to content

Resolved SQL Lab Query Search scrolling issue (Fixes #7526)#7674

Merged
mistercrunch merged 1 commit intoapache:masterfrom
preset-io:bug/7526
Jun 9, 2019
Merged

Resolved SQL Lab Query Search scrolling issue (Fixes #7526)#7674
mistercrunch merged 1 commit intoapache:masterfrom
preset-io:bug/7526

Conversation

@rusackas
Copy link
Copy Markdown
Member

@rusackas rusackas commented Jun 7, 2019

CATEGORY

Choose one

  • Bug Fix
  • Enhancement (new features, refinement)
  • Refactor
  • Add tests
  • Build / Development Environment
  • Documentation

SUMMARY

The .scrollbar-container class used in this view didn't have any overflow property set. Following the pattern of the instance within .SqlEditorLeftBar, I added .SqlLab{ overflow: auto ;} under .SqlLab and it now seems to behave correctly. This should not affect the class in other contexts.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

scroll

TEST PLAN

Create a handful of queries, view the list, and make your window short enough to necessitate scrolling. It should then scroll as intended.

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

REVIEWERS

@mistercrunch

@codecov-io
Copy link
Copy Markdown

codecov-io commented Jun 7, 2019

Codecov Report

Merging #7674 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7674      +/-   ##
==========================================
- Coverage   65.59%   65.57%   -0.03%     
==========================================
  Files         437      437              
  Lines       21787    21787              
  Branches     2400     2400              
==========================================
- Hits        14291    14286       -5     
- Misses       7375     7380       +5     
  Partials      121      121
Impacted Files Coverage Δ
superset/db_engine_specs.py 67.02% <0%> (-0.45%) ⬇️

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 f3091c5...ab1f3e4. Read the comment docs.

Copy link
Copy Markdown
Member

@mistercrunch mistercrunch left a comment

Choose a reason for hiding this comment

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

LGTM

@mistercrunch mistercrunch merged commit 514c308 into apache:master Jun 9, 2019
@mistercrunch mistercrunch deleted the bug/7526 branch June 9, 2019 23:05
etr2460 pushed a commit to airbnb/superset-fork that referenced this pull request Jul 11, 2019
etr2460 pushed a commit to airbnb/superset-fork that referenced this pull request Jul 11, 2019
@rusackas
Copy link
Copy Markdown
Member Author

rusackas commented Dec 4, 2019

🏷 preset-io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants