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'm experiencing some issues with autosize and long text content (or small window sizes).
Please, have a look at https://jsfiddle.net/jh63dakh (I'm using Chrome 53 on Windows 10). Sometimes when resizing the width of the window it causes the last row to disappear (i.e. height incorrectly calculated)
It seems to be triggered by the width: 100% styling and that the content is long enough to reach the bottom of the body / viewport.
I'm not entirely sure, but perhaps it's related to #306Vertical scrollbars when browser zoom level <> 100% (or even to #251Set height in em rather then px).
The text was updated successfully, but these errors were encountered:
I'm experiencing some issues with autosize and long text content (or small window sizes).
Please, have a look at https://jsfiddle.net/jh63dakh (I'm using Chrome 53 on Windows 10). Sometimes when resizing the width of the window it causes the last row to disappear (i.e. height incorrectly calculated)
It seems to be triggered by the
width: 100%
styling and that the content is long enough to reach the bottom of thebody
/viewport
.I'm not entirely sure, but perhaps it's related to #306 Vertical scrollbars when browser zoom level <> 100% (or even to #251 Set height in em rather then px).
The text was updated successfully, but these errors were encountered: