Display issue on Resource Time Ranges with 'pack' or 'none' eventLayout
- Robert Hirst
- Premium Member
- Posts: 21
- Joined: Tue Sep 11, 2018 4:32 pm
Display issue on Resource Time Ranges with 'pack' or 'none' eventLayout
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:
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:
See example below, default 'stack' config at top of image, and eventLayout: 'none' at the bottom:
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:
Code: Select all
eventLayout: 'none',
Re: Display issue on Resource Time Ranges with 'pack' or 'none' eventLayout
Confirmed, ticket opened here: https://app.assembla.com/spaces/bryntum ... 9-/details#
Thanks for the report.
Thanks for the report.
Tired of debugging javascript errors in web applications? Try our new error logging service RootCause, or read more on the Sencha blog
@bryntum
Facebook
API documentation
@bryntum
API documentation
Re: Display issue on Resource Time Ranges with 'pack' or 'none' eventLayout
Fixed in our sources
Tired of debugging javascript errors in web applications? Try our new error logging service RootCause, or read more on the Sencha blog
@bryntum
Facebook
API documentation
@bryntum
API documentation
- Robert Hirst
- Premium Member
- Posts: 21
- Joined: Tue Sep 11, 2018 4:32 pm
Re: Display issue on Resource Time Ranges with 'pack' or 'none' eventLayout
Thanks mats, I'll try it out when the next patch arrives.