mkoryak/floatThead

only in IE and being RTL columns are not aligned

eassa opened this issue · 6 comments

eassa commented

only on ie (i tried with version 11) and when using the RTL (Hebrew language) this problem occure.
i checked and found out that in class="floatThead-container" the transform translateX is incorrect

image

This is going to be hard for me to fix, because at present I do not have access to IE11.

Can you reproduce this on any other browsers?

I see 3 extra columns on the right of the table header after the filter column. Was this table configured properly for IE?
https://mkoryak.github.io/floatThead/examples/row-groups/

eassa commented

also on firefox it is the same (only when i have many columns that i need a scrollbar ), (it is the translateX coordinates are incorrect i think )
var transform = 'translateX(' + pos.left + 'px) translateY(' + pos.top + 'px)';

Doesn't look like you're coming back.

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.