Our pure JavaScript Scheduler component


Post 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 1543 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',

Post by mats »

Confirmed, ticket opened here: https://app.assembla.com/spaces/bryntum ... 9-/details#

Thanks for the report.

Post by mats »

Fixed in our sources

Post by Robert Hirst »

Thanks mats, I'll try it out when the next patch arrives.

Post Reply