vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.78k stars 730 forks source link

Setting column.isEditable to false in editor open listener is ignored #11585

Open mvysny opened 5 years ago

mvysny commented 5 years ago

Vaadin 8.8.1: when setting column.isEditable to false in editor open listener, the change is ignored and you can still edit the cell in question. Only after the editor is shifted to another row (e.g. when in unbuffered mode by pressing Tab repeatedly), then the edit component is hidden (but still focusable with the Tab key). vaadin8-app.zip

stale[bot] commented 4 years ago

Hello there!

We are sorry that this issue hasn't progressed lately. We are prioritizing issues by severity and the number of customers we expect are experiencing this and haven't gotten around to fix this issue yet.

There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):

Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!

TatuLund commented 4 years ago

This is rather complex issue and would probably require major changes in Editor.

Meanwhile such use case has been covered in functionality of https://vaadin.com/directory/component/gridfastnavigation-add-on