Page 1 of 1

Display issue on Resource Time Ranges with 'pack' or 'none' eventLayout

Posted: Mon Apr 08, 2019 12:59 pm
by Robert Hirst
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
resourceTimeRangeIssue.png (93.56 KiB) Viewed 1566 times
Current behaviour:

Changing the eventLayout type causes the Resource Time Ranges to become a few pixels tall, with text outside the time range.

Expected behaviour:

The Resource Time Ranges should fill the row for all eventLayout modes.

Steps to reproduce / test case:

Add the following to scheduler-2.0.0\examples\resourcetimeranges\app.js at line 157:
    eventLayout: 'none',

Re: Display issue on Resource Time Ranges with 'pack' or 'none' eventLayout

Posted: Mon Apr 08, 2019 6:44 pm
by mats
Confirmed, ticket opened here: https://app.assembla.com/spaces/bryntum ... 9-/details#

Thanks for the report.

Re: Display issue on Resource Time Ranges with 'pack' or 'none' eventLayout

Posted: Mon Apr 08, 2019 6:57 pm
by mats
Fixed in our sources

Re: Display issue on Resource Time Ranges with 'pack' or 'none' eventLayout

Posted: Tue Apr 09, 2019 10:43 am
by Robert Hirst
Thanks mats, I'll try it out when the next patch arrives.