-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Autocomplete launched on readonly cells too #1332
Labels
Comments
I agree with this issue. Also, IMO it should not show the dropdown arrow if an autocomplete or dropdown cell is readonly. |
psmolenski
added a commit
that referenced
this issue
Mar 10, 2014
psmolenski
referenced
this issue
Mar 20, 2014
Conflicts: test/jasmine/spec/editors/autocompleteEditorSpec.js
This issue seems solved on version 0.10.4, can you confirm ? |
Yes it does. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my handsontable I've added a couple of columns of type 'autocomplete', in 'strict' mode and with source loaded via Ajax. It seems that if the cell (autocomplete) is readonly, the 'source' function is executed (and I think that it shouldn't) anyway.
You can see an example of this behavior here http://jsfiddle.net/QkSF6/ just try to double-click Year1 on cell (readonly) with value '2002'; at the end of the table it will appear a paragraph showing the function execution.
The text was updated successfully, but these errors were encountered: