eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

Calendar: incorrect scroll shadow when on month view #1205

Closed Knicksaas closed 2 weeks ago

Knicksaas commented 2 weeks ago

The calendar-scrollable-components class indicates divs, which are scrollable and are holding components. With the introduction of the resource calendar, the components are located in a div with class resource-column. The scrollable class was still on the parent div. This was fixed in this commit. Also, the full day index stack key calculation was not working. It should not separate the full day appointments when the display mode is week or workweek.

394666

Knicksaas commented 2 weeks ago

Cherry-pick of #1168