You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were adding the dgrid-header class to the headerScrollNode, which
will hide the ColumnHider icon on OSX browsers that hide the scrollbars
by default, because we set overflow:hidden in dgrid-header.
This is regression that appeared in v0.3.14, it was not present in
v0.3.13.
…den.
When the scrollbars are hidden on OSX we want to add the ColumnHiderIcon
node as a child of the header node. On a platform that has scrollbars we
want to add the ColumnHiderIcon as a child of the headerScrollNode.
Also fixed a small IE11 bug which was causing us to fail to add
the dgrid-rtl-swap class to the table. This would result in a small
rendering bug for positioning the headerScrollNode properly.
Finally I added a test page for the column hider extension running on a
RTL page.
Hi,
after applying commit: eeb6eaf
the ColumnHider icon disappears on OSX.
applying further until 0ff0a13 doesn't make it appear again.
on 0ff0a13 changing the below rule (disable overflow:hidden), makes the ColumnHider icon to appear again on OSX:
I'm not sure if this is the right fix, it is only a difference I noticed wich made the ColumnHider icon appear again ...
Ognian
The text was updated successfully, but these errors were encountered: