Premium support for our pure JavaScript UI components


Post by hugo.vanhaaren »

The issue happens only sometimes, on Firefox. On Chrome is OK.

Steps to reproduce:

  1. Open “Drag from a grid demo” example (https://bryntum.com/examples/scheduler/dragfromgrid/) on Firefox browser (it is OK on Chrome).
  2. Minimize the window so you also get a vertical scroll bar.
  3. Scroll the scheduler until bottom (sometimes scrolling several times, even if the scroll is at the bottom, seems to influence the behavior).
    4.Drag an item from the right side, into the scheduler, on the last row (Malik CFO in this case) – see attached screenshot.

Issue: The dragged item cannot be dropped.
Remark: It seems related to the ‘pointer-events: none’, that remains set on the normalSubgrid div (pointed in the screenshot attached).
Expected behavior: The dragged item should be able to be dropped into the scheduler.

Attachments
dom inspecting, showing the poirnter-events:none on the grid
dom inspecting, showing the poirnter-events:none on the grid
MicrosoftTeams-image (1).png (137.19 KiB) Viewed 495 times

Post by Maxim Gorkovsky »

Hello.
There used to be a problem related to dangling pointer-events: none style: https://github.com/bryntum/support/issues/3476 which was fixed in last release.
I tried steps you described but I cannot reproduce the problem at all. I'm using firefox 94.0.1. Which version do you use? Do you have a touch screen?


Post by nsarvesh14 »

Hello
drag and drop to last row is not working .
The sliding bar in not going below the last record.
In the below attached screenshot.

Attachments
Screenshot (123).png
Screenshot (123).png (99.24 KiB) Viewed 361 times

Post by mats »


Post Reply