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
When I have a container element with a max height, and change this max-height to none, leave the height to be auto, the update is not triggered as the height is not changed because the text is ellipsized and fits. I have to call:
$container.data('jqae').containerHeight += 1;
In order for it to be updated...
This is a css method I'm using for toggle'ing the height of some text, perhaps there could be a trigger method for ellipsizing? So one would not necessarily have to run the live functionality but can force a new ellipsizing after toggle.
The text was updated successfully, but these errors were encountered:
When I have a container element with a max height, and change this max-height to none, leave the height to be auto, the update is not triggered as the height is not changed because the text is ellipsized and fits. I have to call:
In order for it to be updated...
This is a css method I'm using for toggle'ing the height of some text, perhaps there could be a trigger method for ellipsizing? So one would not necessarily have to run the live functionality but can force a new ellipsizing after toggle.
The text was updated successfully, but these errors were encountered: