dit
(Dit)
April 4, 2017, 2:38pm
1
Hi!
When I update my Handsontable Height the autocompletes fields are inside Handsontable content.
I need a solution when I use updateSettings(height) my autocomplete fields stay outside Handsontable content.
I have this examples:
With updateSettings(height):
Without updateSettings(height):
I have jsfiddle.
Best Regards,
DIT
Thank you for sharing @dit
I have added the issue to our Github board https://github.com/handsontable/handsontable/issues/4172
Hi @dit
It’s best to track changes to the following issue on Github https://github.com/handsontable/handsontable/issues/4172
I think that it will be fixed with the updateSettings
refactor.
Sorry for keeping you waiting so long.
Unfortunately, I still do not know the fix date for this issue.
dit
(Dit)
December 7, 2017, 9:34am
7
Hi @dit
we are just planning issues for a new release. I will try to push this one as well.
I have tested this bug yesterday with the version 0.35.1 and updated the corresponding issue on Github https://github.com/handsontable/handsontable/issues/4172 but wasn’t able to find any workaround. I guess that we have to wait for the updateSettings refactor
Hi @dit
I highly encourage to check update on the https://github.com/handsontable/handsontable/issues/4172 issue. However, I think that we will fix it in the epic updateSettings refactor.
dit
(Dit)
October 3, 2018, 3:26pm
13
Hi @aleksandra_budnik !
We found a solution for this problem.
Please look at this jsfiddle:
https://jsfiddle.net/1w4oyaqs/
Basicly, after autocomplete’s process datasource we change css, autocomplete’s heigh and position.
You can take a look at our code and get some ideas on how to solve this.
Best regards,
DIT
Thank you for sharing the investigation results @dit
1 Like
dit
(Dit)
October 4, 2018, 5:32pm
15
@aleksandra_budnik ,
we appreciate if you look at our solution and resolve this asap please:)
Best regards,
DIT
I asked my colleague to take a look at the code as soon as he finishes his current task.
The issue is also gone when we get rid off the
hot1.updateSettings({
height: 120
})
It needs a further investigation on Github
dit
(Dit)
November 14, 2018, 3:59pm
18
Sorry, we did not make any further change to that issue or its development