Our pure JavaScript Scheduler component


Post by tscott »

Hi, I have a really odd issue where a horizontal scroll is adding inline style to the event div after an event scrolls in and out of the visible area, thereby overriding the background colour already assigned:
<div class="task-tentative ff-text-light b-sch-event b-sch-event-resizable-false" style="background-color: rgb(187, 153, 255);">Test Global a2p1t000000MzYcAAK</div>
Here's a link to test: https://cd1578-developer-edition.eu16.f ... m/testzero

And a video to recreate: https://drive.google.com/file/d/10Pv4B4 ... sp=sharing

So far, I haven't been able to recreate it in your samples. Any ideas? Thank you

Post by tscott »

I should add, I'm testing on MacOS 10.14.4; Chrome Version 73.0.3683.103 (Official Build) (64-bit)

Post by mats »

Could you please post your implementation code?

Post by tscott »

Thanks. The implementation code is here. The init function initialises the schedulers ...

https://cd1578-developer-edition.eu16.f ... heduler.js

Post by tscott »

Hi, Just wondered if there was any update on this? I've just loaded the latest 2.0.1 version into the demo URL and it still behaves the same. Oddly, it seems to be linked to how far you scroll right and then back.

Post by johan.isaksson »

Hi,

I was able to reproduce this issue on one of our demos. Seems we do not clean up styles applied from data correctly. Have created a ticket on fixing this:

https://app.assembla.com/spaces/bryntum/tickets/8365

Thanks for reporting!
Best regards,
Johan Isaksson

Post by tscott »

Thanks for the update.

Post by johan.isaksson »

Ticket has been resolved, the fix will be part of the next patch release
Best regards,
Johan Isaksson

Post Reply