Frontmatter
| id | 994 |
| title | Neo.calendar.view.WeekComponent: changing the weekStartDay breaks the vdom engine |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 30, 2020, 1:45 AM |
| updatedAt | Aug 15, 2020, 10:43 AM |
| githubUrl | https://github.com/neomjs/neo/issues/994 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 15, 2020, 10:43 AM |
Neo.calendar.view.WeekComponent: changing the weekStartDay breaks the vdom engine
tobiu assigned to @tobiu on Jul 30, 2020, 1:45 AM
tobiu referenced in commit
6987fd7 - "https://github.com/neomjs/neo/issues/994" on Aug 15, 2020, 10:42 AM

tobiu
Aug 15, 2020, 10:43 AM
no issue with the vdom engine itself for this one. it was just the way the updates got triggered.
tobiu closed this issue on Aug 15, 2020, 10:43 AM
pretty much a left shift of event data moving into columns to the left (switching from sunday to monday).
we should add some tests for this case.