fix(Explore): Show the tooltip only when label does not fit the container in the Dataset panel#16192
fix(Explore): Show the tooltip only when label does not fit the container in the Dataset panel#16192rusackas merged 1 commit intoapache:masterfrom geido:fix/issue_15996_dataset_panel
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16192 +/- ##
==========================================
- Coverage 76.82% 76.79% -0.03%
==========================================
Files 996 996
Lines 52962 53041 +79
Branches 6736 6773 +37
==========================================
+ Hits 40689 40735 +46
- Misses 12048 12077 +29
- Partials 225 229 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
/testenv up FEATURE_ENABLE_EXPLORE_DRAG_AND_DROP=true |
|
@geido Ephemeral environment spinning up at http://18.236.192.117:8080. Credentials are |
pkdotson
left a comment
There was a problem hiding this comment.
Tested and looks good to go! Thanks for the fix!
|
Thanks for the improvement, this is awesome!
Screen.Recording.2021-08-11.at.7.43.32.PM.mov |
@junlincc this is already implemented with D&D off as well
This is already fixed in my other PR #16060 Country.of.Citiz.mp4Thank you! |
junlincc
left a comment
There was a problem hiding this comment.
product signoff! awesome!! waited for a year for this improvement :)
|
Ephemeral environment shutdown and build artifacts deleted. |
…gies * upstream/master: (64 commits) check roles before fetching reports (#16260) chore: upgrade mypy and add type guards (#16227) fix: pivot columns with ints for name (#16259) chore(pylint): Bump Pylint to 2.9.6 (#16146) fix examples tab for dashboard (#16253) chore: bump superset-ui packages to 0.17.84 (#16251) chore: Shows the dataset description in the gallery dropdown (#16200) fix(Dashboard): Omnibar dropdown visibility and keyboard commands (#16168) chore: bump py version for integration test (#16213) fix: skip perms on query context update (#16250) refactor: external metadata fetch API (#16193) feat(dao): admin can remove self from object owners (#15149) fix(dashboard): cross filter chart highlight when filters badge icon clicked (#16233) fix: validate_parameters and query (#16241) fix: Remove Advanced Analytics tag for 2 charts (#16240) Revert "feat: Changing Dataset names (#16199)" (#16235) feat: Allow users to connect via legacy SQLA form (#16201) fix: remove encryption from db params (#16214) fix(Explore): Show the tooltip only when label does not fit the container in METRICS/FILTERS/GROUP BY/SORT BY of the DATA panel (#16060) Show/hide tooltips (#16192) ... # Conflicts: # superset/tasks/caching/cache_strategy.py
SUMMARY
This PR makes the tooltip appear only when the label does not fit the container in the Dataset panel. Also, it hides the tooltip when the drag event starts.
BEFORE
DEV.Games.mp4
AFTER NO DRAG AND DROP
tooltips_after_NO_d.d.mp4
AFTER DRAG AND DROP ON
tooltips_after_d.d_ON.mp4
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION