-
Notifications
You must be signed in to change notification settings - Fork 65
Definition list component 'None found' strangeness #967
Comments
@Blackbaud-PaulCrowder @Blackbaud-BobbyEarl I'm unable to reproduce this issue? |
Navigate directly to https://developer.blackbaud.com/skyux2/components/definition-list and you should be able to see it. |
You can also navigate directly to: https://developer.blackbaud.com/skyux2/components/numeric |
This is so the template will re-evaluate the length of the value’s `innerText` element when changes occur to the parent component. Fixes #967
I've done no investigation into this, but still seeing this behavior on the toolbar documentation. Perhaps related to being in an |
@Blackbaud-BobbyEarl I just happened to glance at this issue and am not seeing any weirdness on that component's documentation page? Can you elaborate on where you saw the issue/if it is still there and I'm missing it. |
I am no longer able to reproduce this behavior in any of the previously found implementations. I'm going to close. Thanks @Blackbaud-TrevorBurch |
I am still seeing this issue in conjunction with the repeater. |
Thanks for the heads up @Blackbaud-JasonBoulware. Below is a concise plunker demoing the problem. |
There seems to be a race condition in the definition list component which causes the 'None found' text to be shown even when content exists. We might want to look into using something like our MutationObserverService (used in text-highlight) so we can watch for changes in child DOM elements more effectively
The text was updated successfully, but these errors were encountered: