Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Height: auto; #29

Open
bitxl opened this issue Apr 17, 2014 · 0 comments
Open

Height: auto; #29

bitxl opened this issue Apr 17, 2014 · 0 comments

Comments

@bitxl
Copy link

bitxl commented Apr 17, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant