Search found 21 matches
- Mon Nov 30, 2020 1:03 pm
- Forum: Bryntum UI Components: Premium Support
- Topic: [INFO REQ] Scheduler 4.0.3 - Maximum call stack size exceeded when updating events
- Replies: 3
- Views: 289
Re: [INFO REQ] Scheduler 4.0.3 - Maximum call stack size exceeded when updating events
OK, I think I have repro, modification to the bigdataset example, randomizing assignments for 50 events by setting resourceId via setInterval. app.js It does say in the upgrade guide that single assignment using resourceId is still supported.. I haven't checked whether updating the assignment in the...
- Mon Nov 30, 2020 12:01 am
- Forum: Bryntum UI Components: Premium Support
- Topic: [INFO REQ] Scheduler 4.0.3 - Maximum call stack size exceeded when updating events
- Replies: 3
- Views: 289
[INFO REQ] Scheduler 4.0.3 - Maximum call stack size exceeded when updating events
Hi, I'm posting this as a info req, because I'm not completely sure whether it's a bug in the Scheduler or whether I'm just doing something which I shouldn't. When my page loads, I begin an asynchronous load of a large dataset, and subscribe to a messaging channel for realtime updates. Since the mai...
- Tue Jul 21, 2020 8:18 pm
- Forum: Feature Requests
- Topic: Grid - Custom filter types with multiple operator support
- Replies: 1
- Views: 1341
Grid - Custom filter types with multiple operator support
The Grid component has been a great time-saver, and almost everything I've wanted to achieve has been possible. The main limitation currently I'm encountering relates to filtering. Specifically, that there are only a few different filtering presets, and these presets are unable to apply multiple fil...
- Sun Mar 01, 2020 4:14 pm
- Forum: Bryntum Grid
- Topic: Remote filtering on nested objects
- Replies: 1
- Views: 1696
Remote filtering on nested objects
I'm trying to implement a remote filtering grid and my data has some nested objects. E.g. { "id": 1, "deepObject": { "someProperty":"example" } } I'm able to specify columns with a field of "deepObject.someProperty" which displays as expected. I can also use the top bar filtering to filter the resul...
- Sun Jul 28, 2019 9:46 pm
- Forum: Bryntum Scheduler
- Topic: [Issue - Scheduler 2.2.1] Scrolling during event drag
- Replies: 3
- Views: 465
[Issue - Scheduler 2.2.1] Scrolling during event drag
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 ...
- Tue Jul 23, 2019 10:34 am
- Forum: Bryntum Scheduler
- Topic: Scheduler 2.2 - Mouse wheel scrolling performance issue on bigdataset demo
- Replies: 3
- Views: 394
Re: Scheduler 2.2 - Mouse wheel scrolling performance issue on bigdataset demo
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...
- Mon Jul 22, 2019 5:26 pm
- Forum: Bryntum Scheduler
- Topic: Scheduler 2.2 - Mouse wheel scrolling performance issue on bigdataset demo
- Replies: 3
- Views: 394
Scheduler 2.2 - Mouse wheel scrolling performance issue on bigdataset demo
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...
- Mon Jun 03, 2019 4:49 pm
- Forum: Bryntum Scheduler
- Topic: Context menu issues on touch devices
- Replies: 1
- Views: 357
Context menu issues on touch devices
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...
- Mon Apr 15, 2019 3:02 pm
- Forum: Feature Requests
- Topic: Scheduler - Options for showCurrentTimeline Feature
- Replies: 1
- Views: 4542
Scheduler - Options for showCurrentTimeline Feature
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 solid line in...
- Mon Apr 15, 2019 2:46 pm
- Forum: Bryntum Scheduler
- Topic: Re-rendering when using setStartEndDate on events
- Replies: 2
- Views: 622
Re: Re-rendering when using setStartEndDate on events
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...