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
jquery has very bad habits when it comes to calculating sizes and this has to stop. This especially affects width()/height() working in content-box manner which leads to wrong results quickly (how quickly depends on styling).
In the rewrite of the calculation logic some tolerance should be implemented anyway.
The text was updated successfully, but these errors were encountered:
jquery has very bad habits when it comes to calculating sizes and this has to stop. This especially affects width()/height() working in content-box manner which leads to wrong results quickly (how quickly depends on styling).
In the rewrite of the calculation logic some tolerance should be implemented anyway.
The text was updated successfully, but these errors were encountered: