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
Addresses #1352 and #1167, but may not fix them. Performance of
jQuery's outerWidth method was the original reason for adding
memoization, but it does't seem to be a big enough problem to keep
at all costs.
Addresses harvesthq#1352 and harvesthq#1167, but may not fix them. Performance of
jQuery's outerWidth method was the original reason for adding
memoization, but it does't seem to be a big enough problem to keep
at all costs.
I need to add a fiddle demonstrating this, but I want to get it recorded before I forget.
Reproduction steps:
$().chosen({ width: '75%' })
chzn-container
in inspector to a smaller percentageThe text was updated successfully, but these errors were encountered: