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 and drop functionality doesn't work for task bars in hidden parent element #7143

Closed
marciogurka opened this issue Jul 10, 2023 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@marciogurka
Copy link

Forum post

"Hello,

It seems that there is an issue in internal Brynum "IsVisible" funcion which relies on "visibility" css property on parent elements to indentify if the Gantt component is visible or not. But if a parent element has "hidden" value for "visibility" property, it doesn't necessary mean that the Gantt component is not visible.

Please run the following commands on a Bryntum Gantt demo example (https://bryntum.com/products/gantt/examples/frameworks/react/javascript/basic/build/)

$('body').style.visibility = 'hidden'
$('#container').style.visibility = 'visible'

Then try to move the task bars and make sure that the drag and drop feature doesn't work anymore.

This is a real issue in our case."

@marciogurka marciogurka added bug Something isn't working premium forum Issues from forum OEM OEM customer labels Jul 10, 2023
@matsbryntse matsbryntse self-assigned this Jul 11, 2023
@matsbryntse matsbryntse changed the title Drag and drop functionality doesn't work for task bars Drag and drop functionality doesn't work for task bars in hidden parent element Jul 11, 2023
@matsbryntse matsbryntse added the ready for review Issue is fixed, the pull request is being reviewed label Jul 11, 2023
@arcady-zherdev arcady-zherdev added resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Jul 12, 2023
@arcady-zherdev arcady-zherdev added this to the 5.4.1 milestone Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants