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

Bad UX on creating new item when simpleTaskEdit feature enabled #7275

Closed
taauntik opened this issue Aug 7, 2023 · 0 comments
Closed

Bad UX on creating new item when simpleTaskEdit feature enabled #7275

taauntik opened this issue Aug 7, 2023 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed large-account Reported by large customer OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@taauntik
Copy link

taauntik commented Aug 7, 2023

Forum post

This happens only when in a Project form and not from the site nav actions link.

  1. Open a project
  2. Open Actions tab
  3. Click plus to create new item
  4. Hover with mouse over item title
  5. "New task" text input moves off the card to top or bottom of column

Tested in this demo: https://bryntum.com/products/taskboard/examples/simple-task-edit/

bb57e6b6277a88bbb9ae71771f41f9ed (1).gif

We notice also that by removing CSS transform the issue is fixed, this:

.b-taskboard-card:hover {
  background: var(--taskboard-card-hover-background);
  box-shadow: var(--taskboard-card-hover-box-shadow);
  /* transform: var(--taskboard-card-hover-transform); */
}
@taauntik taauntik added bug Something isn't working premium forum Issues from forum large-account Reported by large customer OEM OEM customer labels Aug 7, 2023
@matsbryntse matsbryntse added the high-priority Urgent to have fixed label Aug 9, 2023
@kronaemmanuel kronaemmanuel self-assigned this Aug 10, 2023
@kronaemmanuel kronaemmanuel added ready for review Issue is fixed, the pull request is being reviewed and removed ready for review Issue is fixed, the pull request is being reviewed labels Aug 11, 2023
@SergeyMaltsev SergeyMaltsev added this to the 5.5.1 milestone Aug 16, 2023
@SergeyMaltsev SergeyMaltsev added the resolved Fixed but not yet released (available in the nightly builds) label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed large-account Reported by large customer OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

4 participants