Search found 116 matches

Thanks.

splitter issue.gif
splitter issue.gif (24.64 MiB) Viewed 709 times

Not working on both chrome and safari browsers.
iOS version : 13.1.2

This bryntum spitter is not working on Ipad.

https://www.bryntum.com/examples/scheduler/react/javascript/drag-between-schedulers/build/index.html

Can you please look into this ?

Thanks

Hi,
Once the top scheduler or the bottom scheduler maximise to it's max height, then after the splitter will not work as expected.
Check with the element style.

splitter.gif
splitter.gif (4.07 MiB) Viewed 739 times

Can you please look on this.. ? Is there any way to fixed this?

Thanks

Thanks Pavel. It worked. :)

Hey guys, I am working on a customised contextMenu. I want to disable some menu item based on a condition. contextMenu - disabled item.png as an example, in the above image, is there any way to disable the Edit event . Still want to show it but as a disabled menu item. So user can see that it was di...
Meanwhile you can try to disable hideAnimation for the menu
Seems this is work at the moment. Thanks Pavel.
Can you please try in anonymous tab? Have you tried in other browsers? What was the result? Yes, I tried them in anonymous tab and the issue is still there. Microsoft Edge also have this issue. (Version 81.0.416.77 (Official build) (64-bit)) But I did not see this on Firefox. (Version 76.0.1 (64-bi...
Apologies for the insufficient information. I was able to create this on your examples as well. Bryntum version 3.1.2 Browser version Google Chrome Version 83.0.4103.61 (Official Build) (64-bit) The problem is with the async function which I did not mention. Sorry for that. context-menu.gif features...
Is it a full page refresh? I am not refreshing. What i do is click on the drill back item on my app and then it will redirect to a new page in a new tab . Then I am coming back to my app (which is on the previous browser tab). Sometime it closes. But most of the time it stays. Do you see element in...
Hi, I was working on a customized contextMenu and It was working well. This is what i have done. contextMenu: { processHeaderItems: ({ column }) => column.timeAxisView && false, cellItems: [ { text: 'Edit event', icon: 'icon proicon-pencil-16', onItem: ({ item }) => console.log(item.text), }...