-
Notifications
You must be signed in to change notification settings - Fork 77
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
Bug: calcite-radio-button: destroying throws errors #977
Comments
@eriklharper Can you triage this one? |
@kevindoshier I attempted to reproduce this bug with this code, but did not see any console errors:
Can you provide detailed steps including code that you're using? The |
The only repro code I have is in the mapViewer, but looking at the code, this line in particular If the only parent of the input is the If you need repro steps for the mapViewer I can provide those |
The |
|
Those login credentials aren't working for me. |
I just tried them and they worked ok emailed them to you |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@eriklharper can this be closed? |
The fix applied by #1344 fixes the original issue reported here, but because of a discovered Stencil + Maquette bug ionic-team/stencil#2758 the issue described in #1317 is now occurring. A temporary fix while ionic-team/stencil#2758 is being fixed is to wrap
|
Just verified this bug is fixed without the wrapping on the radio label text with Stencil's 2.4.0-1 pre-release version that includes the fix for the bug we reported to them! |
What's the status of this issue? Does it need verification or can it be closed? |
Needs re-verification once Calcite ships the Stencil fix, which is currently in pre-release, so it is not quite prime time yet on Stencil's end. |
Summary
When trying to remove a calcite-radio-button from the DOM within a calcite-radio-button-group, we are seeing errors throw in the console about the input for the radio button in the shadow dom not having a parent, I checked the dom structure and the input is being placed outside of the label
And when the disconnected function it fails and throws the error since there isnt a parent
Actual Behavior
Expected Behavior
Reproduction Steps
Relevant Info
The text was updated successfully, but these errors were encountered: