-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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(dashboard): unable to resize due to the overlapped droptarget #28772
Merged
justinpark
merged 1 commit into
apache:master
from
justinpark:hotfix--unable-resize-due-to-inset-dropzone
May 30, 2024
Merged
fix(dashboard): unable to resize due to the overlapped droptarget #28772
justinpark
merged 1 commit into
apache:master
from
justinpark:hotfix--unable-resize-due-to-inset-dropzone
May 30, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dosubot
bot
added
change:frontend
Requires changing the frontend
dashboard
Namespace | Anything related to the Dashboard
labels
May 29, 2024
justinpark
force-pushed
the
hotfix--unable-resize-due-to-inset-dropzone
branch
from
May 29, 2024 23:42
e53c6ac
to
9ffa172
Compare
justinpark
force-pushed
the
hotfix--unable-resize-due-to-inset-dropzone
branch
from
May 30, 2024 17:55
9ffa172
to
6296211
Compare
@rtexelm could you help this code review? |
rtexelm
approved these changes
May 30, 2024
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.
Yeah, this is definitely more appropriate. LGTM
michael-s-molina
approved these changes
May 30, 2024
EnxDev
pushed a commit
to EnxDev/superset
that referenced
this pull request
May 31, 2024
michael-s-molina
added
the
v4.0
Label added by the release manager to track PRs to be included in the 4.0 branch
label
Jun 4, 2024
mistercrunch
added
🍒 4.0.2
🏷️ bot
A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels
labels
Jul 24, 2024
irublev
pushed a commit
to HighviewPower/superset
that referenced
this pull request
Oct 29, 2024
…ache#28772) (cherry picked from commit a5f8d67)
vinothkumar66
pushed a commit
to vinothkumar66/superset
that referenced
this pull request
Nov 11, 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
change:frontend
Requires changing the frontend
dashboard
Namespace | Anything related to the Dashboard
size/S
v4.0
Label added by the release manager to track PRs to be included in the 4.0 branch
🍒 4.0.2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
This commit fixes the resizing issues on last item in #28746 and #28395 by applying the inset location only while dragging.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
after--dropzone.mov
TESTING INSTRUCTIONS
Extend a widget to the entire width, then resize it again to narrow it down.
ADDITIONAL INFORMATION