stable

Clone or download

Read-only

fix: auto scroll to today on scale change

As of today whith the switch from "month" to "week", the users might loose where they were, since bar dimensions have changed. It would make more sense to center on "today" instead, since it is a stable marker that doesn't change in dimension with scale change Fix request #20974: Roadmap should center on "today" on scale toggle Change-Id: I40012ae26b14d3d70dff0885ef1a1c95c63ff4cc

Modified Files

Name
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.vue +1 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/ScrollingArea.test.ts +33 −2 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/ScrollingArea.vue +17 −8 Go to diff View file