Search found 27 matches

Hi, Just a minor issue I've noticed, let me know if there's any more information required. Browsers: Tested in Latest Chrome and Firefox on Windows 10 with physical mouse and both stepped and smooth type scroll wheels. Steps to reproduce: 1. Begin an event drag on the bigdataset demo by holding the ...
Tried multiple mice. The mice I've tried it on have ticked scrolling. I've used the link to submit a video, I'm not sure if it worked though. OS is Windows 10. I've just tried it on a touchpad on bigdataset and it manifests slightly differently: If you give it fast upwards swipe with two fingers fro...
On the bigdataset demo, scrolling upwards using the mouse wheel is very sluggish when near the top of the list, although performance is fine when scrolling upwards further down the list. Steps to reproduce: 1. Load the bigdataset demo 2. Turn the mouse wheel down one full turn 3. Count number of upw...
Currently context menus on mobile devices can be displayed using a long press. However, interacting with the context menu once open does not appear to work on touch devices. Often the button press will not display at all, and when it does, it seems that the menu item action does not take place. Once...
Here's just some 'nice to have' suggestions I've thought of for the "current time" feature in Scheduler. It would be nice if you could pass in a config to the showCurrentTimeline feature to allow things like: Displaying the vertical current time indicator over the top of events Using a sol...
Thanks, I'll keep an eye on that for future versions. I've implemented an incoming message buffer now, which processes the incoming websocket messages using the batch functions on eventStore, so the performance is acceptable enough even when I'm getting a 40 or 50 updates in a single second. If this...
How much re-rendering of other events should be expected when updating a single event? For me, changing a single event causes a large amount of time (nearly 100ms!) to be spent by the scheduler on a renderFromRow call. Part of that is that I need a fairly complex renderer, as I'm using event nesting...
Thanks mats, I'll try it out when the next patch arrives.
I'm encountering an issue where using eventLayout: 'none' causes any Resource Time Ranges to no longer fill the row. See example below, default 'stack' config at top of image, and eventLayout: 'none' at the bottom: resourceTimeRangeIssue.png Current behaviour: Changing the eventLayout type causes th...
The examples on the main site don't load correctly for me in the Edge browser. Browser info: Microsoft Edge 42.17134.1.0 Microsoft EdgeHTML 17.17134 Steps to reproduce: 1. Open one of the examples from the Bryntum.com site in Edge, e.g. https://www.bryntum.com/examples/scheduler/animations/ Expected...