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
I am using tabs plugin on my site, and one form with SelectBoxIt element is hidden, in this case, if I do jQuery("#myelement").selectBoxIt({... and then click on tab with this element, and there are some bug issues in displaying.
But if you run it: jQuery("#myelement").selectBoxIt({ - when element in viewport - then everything is ok.
bun when element is hidden (display:none), there is bug.
I've made 2 videos with issue: https://vimeo.com/225806160 http://sendvid.com/1y1675y9
Now I solve it by call function selectboxit, when I click by second Tab, but this also works only till 3.7.0 version...
I am using tabs plugin on my site, and one form with SelectBoxIt element is hidden, in this case, if I do jQuery("#myelement").selectBoxIt({... and then click on tab with this element, and there are some bug issues in displaying.
But if you run it: jQuery("#myelement").selectBoxIt({ - when element in viewport - then everything is ok.
bun when element is hidden (display:none), there is bug.
I've made 2 videos with issue: https://vimeo.com/225806160
http://sendvid.com/1y1675y9
Now I solve it by call function selectboxit, when I click by second Tab, but this also works only till 3.7.0 version...
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: