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

Polling disturbs user interaction on table column resize #4966

Closed
vaadin-bot opened this issue Mar 7, 2014 · 7 comments
Closed

Polling disturbs user interaction on table column resize #4966

vaadin-bot opened this issue Mar 7, 2014 · 7 comments

Comments

@vaadin-bot
Copy link
Collaborator

Originally by mkn@compart.com


If the user is resizing a table column and during this action a polling request is send, the column jumps back to its original position.

If the user continues resizing (mouse still pressed), it jumps again back to the mouse-position.


Imported from https://dev.vaadin.com/ issue #13432

@vaadin-bot
Copy link
Collaborator Author

Originally by @tsuoanttila


Is something happening to the table on the server side when polling? Please provide a test UI so we can easily verify this problem.

@vaadin-bot
Copy link
Collaborator Author

Originally by mkn@compart.com


Attachment added: PollingError.zip (13.6 KiB)

@vaadin-bot
Copy link
Collaborator Author

Originally by mkn@compart.com


Thats quite simple. Create sth, add a table, set a short polling-interval.

@vaadin-bot
Copy link
Collaborator Author

Originally by @tsuoanttila


VScrollTable seems to put some variable updates waiting while mouse is moved during a resize. This data is sent to server side during a polling call and results in table resetting the columns.

@vaadin-bot
Copy link
Collaborator Author

Originally by andreas


The provided bugfix doesn't seem to work reliable. To verify use the test already attached to this ticket and run it with Vaadin 7.2.1. If it doesn't fail instantly, try to resize different columns and use different browsers.

@vaadin-bot
Copy link
Collaborator Author

Originally by proaccountapp


Updated prioritization date.

@vaadin-bot
Copy link
Collaborator Author

Originally by Juho Nurminen


Review: https://dev.vaadin.com/review/#/c/3699/

@vaadin-bot vaadin-bot added the bug label Dec 10, 2016
@vaadin-bot vaadin-bot added this to the Vaadin 7.3.0.beta1 milestone Dec 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant