JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Scheduler › [BUG] event getting cut when they shouldn’t
Tagged: Scheduler
- This topic has 14 replies, 4 voices, and was last updated 8 months, 3 weeks ago by Markov.
-
AuthorPosts
-
September 26, 2023 at 2:22 pm #108802maozParticipant
hello,
I’m having an issue where events get cut off when they aren’t supposed to on a specific use case, i’v replicated it in the smart elements example.As you can see in the image below. i created 4 events.
the first is a long event that stretches over more then one cell. the second and third are 30m events at the same time.
the forth is a 30m event that happens directly after ( t1 in the image ).
the problem: the forth event is cut when it shouldn’t be.
September 26, 2023 at 9:01 pm #108804MarkovKeymasterHi,
Please, share an example which demonstrates the reported behavior. We tried to reproduce this without success. Events width depends on whether in the range of the event there are other events i.e. even if there is an 1-minute intersection.
Regards,
MarkovSeptember 27, 2023 at 7:34 am #108808maozParticipantHi, and thanks for the swift replay.
Let me explain exactly the senario:
We will create 4 events:
1 – from 9:00am to 12:00pm, 2 – from 9:30am to 10:00am, 3 – from 9:30am to 10:00am, 4 – from 10:00am to 10:30am.
Events 1, 2 and 3 share time and are displayed correctly.
Event 4 only shares time with event 1 so the expected behaviour is that event 1 will stay as is but event 4 will stretch to the end of the cell.
The following image is the correct behaviour.
The next image is the problem: as explained event 4 only overlaps event 1 so it should stretch to the end of the cell. but it box shows as if there is a third event in the same time and there isn’t.
This is all done on the example smart scheduler. please let me know if you require further information.
September 27, 2023 at 8:28 am #108809MarkovKeymasterThank you for the feedback! We will look into that in one of the next versions of the scheduler.
Regards,
MarkovJanuary 11, 2024 at 12:00 pm #109659AvivParticipantAny updates on the matter?
January 11, 2024 at 2:27 pm #109660MarkovKeymasterHi Aviv,
It is resolved in the current version.
Regards,
MarkovJanuary 28, 2024 at 7:15 am #109755maozParticipantHello,
From what i can see the fix implemented is a change in design, where now you are aggregating all events after the 2nd event into a circle in the corner of the cell.Is that the intended fix or have i missed something?
January 28, 2024 at 6:58 pm #109756adminKeymasterHi maoz,
The circle was available in the previous versions, too. The events rendering has 2 modes – classic and modern and by default it is modern i.e with circle since the first release of the Scheduler. This behavior depends on the eventRenderMode property with ‘classic’ and ‘modern’ values.
Regards,
PeterJanuary 29, 2024 at 7:25 am #109759maozParticipantI understand.
thanks for the swift response.
cheers :>
February 21, 2024 at 10:47 am #109851AvivParticipantFebruary 21, 2024 at 6:19 pm #109855MarkovKeymasterHi Aviv,
We are unable to reproduce this.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/February 22, 2024 at 12:54 pm #109858AvivParticipantHi Markov
Steps to reproduce:- In the overview page, move to week view
- Create 2 events from a full hour with a duration of 30 minutes like from 11:00 to 11:30
- Create a 3rd event from when the last 2 events ended with a duration of an hour (the length of the duration does not matter)
February 22, 2024 at 4:24 pm #109859MarkovKeymasterThank you, Aviv. I was able to reproduce it.
February 28, 2024 at 7:52 am #109885AvivParticipantHi Markov
Any updates?February 28, 2024 at 8:48 am #109888MarkovKeymasterHi Aviv,
The fix will be in the next release of Smart UI in the first half of April.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts
- You must be logged in to reply to this topic.