[op-12578] Tooltip on Team planner not entirely visible #23975
Conversation
There was a problem hiding this comment.
The current approach still has the same problem
I also think, that changing to the start date is semantically wrong. The start day has no effect on where the icon (which contains the tooltip) is placed. Since the icon is placed at the end of the card, the due date is the one that determines the position. I guess, instead of changing that logic, it makes sense to show the card to the left for the first two (or even three) days of the week and catch the case that the start date is not in view
…hin the first three calendar days
16759ae to
b9c3b78
Compare
|
Warning Flaky specs
🤖 Ask Copilot to investigateCopy the prompt below into a new comment on this PR to delegate the investigation to GitHub Copilot. It will look into the flakiness and open a separate pull request with you as reviewer. |
b9c3b78 to
71447d7
Compare
|
Warning Flaky specs
🤖 Ask Copilot to investigateCopy the prompt below into a new comment on this PR to delegate the investigation to GitHub Copilot. It will look into the flakiness and open a separate pull request with you as reviewer. |
Ticket
https://community.openproject.org/wp/OP-12578
What are you trying to accomplish?
The tooltip direction was based on the work package due date. For work packages that start on the first visible calendar day but end later, this caused the tooltip to open left into the frozen assignee column.
This changes the direction check to use the work package start date instead, so tooltips open right when the card begins at the left edge of the timeline.
Screenshots