Webix Version: 3.3.17
I noticed that, on mobile devices, the footer of a table moves a few pixels down when the table configuration is reloaded. This is due to an HTML element above the footer being changed from display: none
to display: block
.
<div class="webix_ss_hscroll webix_vscroll_x" style="display: block; pointer-events: none; width: 1024px; height: 14px;">
<div class="webix_vscroll_body" style="width: 1024px;"></div>
</div>
Here is a snippet: http://webix.com/snippet/e0f79cd1
Is this bug already known?
Edit: Forgot to add the snippet