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

Draggable: fix footer #6478

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Draggable: fix footer #6478

merged 1 commit into from
Jun 12, 2024

Conversation

distantnative
Copy link
Member

Description

Summary of changes

  • Draggable: Remove wrapping <footer> tag for footer slot
  • Add JS logic to disable any nodes in the footer slot to be non-draggable

Reasoning

Adding the wrapping <footer> tag was a breaking change that I thought initially we could make, but I encountered causes troubles, e.g. with the styling of the empty placeholder in a layout column (as there is now one more nested level). The programmatic change now is closer to our K4 behavior of <k-draggable>.

@distantnative distantnative self-assigned this Jun 9, 2024
@distantnative distantnative added this to the 5.0.0-alpha.1 milestone Jun 9, 2024
@distantnative distantnative marked this pull request as ready for review June 9, 2024 08:57
@distantnative distantnative requested a review from a team June 9, 2024 08:57
@bastianallgeier bastianallgeier merged commit 9978b30 into v5/develop Jun 12, 2024
4 checks passed
@bastianallgeier bastianallgeier deleted the v5/fix/draggable-footer branch June 12, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants