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

Drag Drop not work inside the Flyout and Modal #8027

Closed
arcoirisapp opened this issue Sep 17, 2024 · 1 comment · Fixed by #8048
Closed

Drag Drop not work inside the Flyout and Modal #8027

arcoirisapp opened this issue Sep 17, 2024 · 1 comment · Fixed by #8048
Assignees
Labels

Comments

@arcoirisapp
Copy link

arcoirisapp commented Sep 17, 2024

Hello, drag and drop behavior after version 95.0.0 generates this inconsistency , I was in version 95.0.0 and it works fine, I updated to version 95.11.0 and not work, similar to popover I have tried to position the left property but I have not been able to maintain in position, what recommendations do you give me to be able to modify it like you did with the popover.

Environment and versions

  • EUI version: 95.11.00
  • React version: 17
  • Kibana version (if applicable):
  • Browser: all
  • Operating System: windows
Grabacion.2024-09-14.114646.mp4

sandbox
https://codesandbox.io/p/sandbox/loving-fast-g94d92

test in modal and same behavior
https://github.com/user-attachments/assets/bf13f399-79cc-4cc4-a8b4-83889a1471ff

use this css

const panelCss = css`
  transform: none !important;
  transition: none !important;
  // Recreate the drop-shadow filter via box-shadow instead
  filter: none !important;
  ${euiShadowMedium(euiTheme)} // @include euiBottomShadow if using Sass
`;
in body in panel .

Thanks

@arcoirisapp arcoirisapp added bug ⚠️ needs validation For bugs that need confirmation as to whether they're reproducible labels Sep 17, 2024
@arcoirisapp arcoirisapp changed the title Drag Drop in Flyout and Modal Drag Drop not work inside the Flyout and Modal Sep 18, 2024
@cee-chen
Copy link
Member

It's worth noting that this was introduced #7855, which caused the scroll overflow mask to create a stacking context - fixing that particular bug, but then causing this one 🥲

@JasonStoltz JasonStoltz removed the ⚠️ needs validation For bugs that need confirmation as to whether they're reproducible label Sep 24, 2024
@mgadewoll mgadewoll assigned mgadewoll and unassigned cee-chen Sep 24, 2024
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 a pull request may close this issue.

4 participants