stable

Clone or download

Read-only

scrollTo form in big columns

Given you have a big cell, when you click on the plus button at the bottom of the cell, the form should be visible and not hidden under the navbar, under the header, or outside the viewport. This means that instead of this: · · · · · +--------+ · | | |Editor | | | | +--------+ | +-------------+-----------+------------+------------+----+-+ |Navbar | ^ +---------------------------------------------------+ | | |Header | | | +----------+-----------+------------+------------+ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | viewport | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + | | | | | | | | | v +--+------------------------------------------------+----+--+ | | | | | | · · · · · · We should have this: · · · · · · | | | | | | +-------------+-----------+------------+------------+----+-+ |Navbar | ^ +---------------------------------------------------+ | | |Header | | | +----------+-----------+------------+------------+ | | | | | +--------+ | | | | | | | |Editor | | | | | | | | +--------+ | | | | | | | | | | | | | | | | viewport | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + | | | | | | | | | v +--+------------------------------------------------+----+--+ | | | | | | · · · · · · Part of: story #14148 Add in place a child card Change-Id: I9167aebffa51bec5fcbfa1382b2a858aa44c4d17

Modified Files

Name
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.test.ts +17 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.vue +8 −0 Go to diff View file