Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gantt): tasks resizing indicators should point both left and right #5252

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

TeyaVes
Copy link
Contributor

@TeyaVes TeyaVes commented Dec 3, 2024

closes: #5251

The resize handle- k-resize-e and k-resize-w classes are used for positioning the resizing indicators (k-resize-e is with left:0, k-resize-w is with right:0). This is why, we cannot update the classes to k-resize-ew or if we update them, we'll need to add a new class used for positioning. Thus, in order to keep the same rendering, I've set the cursor: ew-resize to the .k-resize-handle selector.

@TeyaVes TeyaVes self-assigned this Dec 3, 2024
@TeyaVes TeyaVes added the C:Gantt label Dec 3, 2024
@TeyaVes TeyaVes marked this pull request as ready for review December 3, 2024 15:14
@TeyaVes TeyaVes requested a review from a team as a code owner December 3, 2024 15:14
@TeyaVes TeyaVes added this to the 2025 Q1 (Feb) milestone Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Gantt] Resizing indicators cursor styling is misleading
1 participant