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

In Safari, values of text fields outside the grid are included in the drag image when dragging inside the grid #2124

Open
Artur- opened this issue Jun 17, 2021 · 2 comments

Comments

@Artur-
Copy link
Member

Artur- commented Jun 17, 2021

Description

When you drag to reorder views in https://start.vaadin.com, the drag image includes not only the grid row but also the value of a text field right below the grid

Screenshot 2021-06-17 at 9 39 11

Expected outcome

Only the grid row is shown as the drag image

Actual outcome

Some values from text fields below are included. By default from the "Name" field but if you delete one view, then also the value of the "URL path" field is included in the drag image.

If you change the value of the text field, it is no longer included in the drag image.

Live Demo (optional)

grid-view-drag.mov

Steps to reproduce

Clear steps describing how to reproduce the issue.

Environment

  • Vaadin 21 alpha 4
  • mac Os
  • Safari 14.1.1
@vlukashov vlukashov added UX User experience issue vaadin-grid labels Jun 22, 2021
@vlukashov
Copy link

Possibly this is a Safari issue. The drag image is generated correctly in 14.0.3, but fails in 14.1.1.
Related thread: https://vaadin.slack.com/archives/C3TGRP4HY/p1623911248329100

@vlukashov
Copy link

Possibly related: vaadin/flow-components#1120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants