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
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
Sometimes facet updates end up invisible to the end user. The apparent invisibility seems to come from no dimensionality in the facet values (specifically the values, the container retains its size) - no height, no width, so seemingly no display. It's only when a dimension is requested, like $(element).height(), that they regain the correct dimensions and show up. This seems to point to a jQuery library bug, but it's not clear if that's correct.
Ugly work around in 98aa888 which should eventually be replaced by a true fix.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sometimes facet updates end up invisible to the end user. The apparent invisibility seems to come from no dimensionality in the facet values (specifically the values, the container retains its size) - no height, no width, so seemingly no display. It's only when a dimension is requested, like
$(element).height()
, that they regain the correct dimensions and show up. This seems to point to a jQuery library bug, but it's not clear if that's correct.Ugly work around in 98aa888 which should eventually be replaced by a true fix.
The text was updated successfully, but these errors were encountered: