-
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
calcite-radio-button: shows with both buttons unselected #1121
Comments
It looks like it is still that lingering issue where the component isn't initializing completely the second time around, evidenced by the lack of a |
I had marked this as high, but it didn't make it into Map Viewer Beta 10 tonight. This workflow is working fine currently on production, but not on devext. Click on layer on left panel to select it then click Styles tool on right, click on Location tile, click on Rotation section. Notice one radio button is selected. Cancel out of panel and click Location tile and Rotation section again. No radio button is selected and some label styling is gone. If I click on a radio button now it does what it's supposed to do. I'm OK for now if there is a workaround to this problem. We definitely need this for beta 11 at the beginning of December. |
@eriklharper will this make it for our MVB December release? Or at least I need a work-around, this is broken on production MVB since beta 10. Thanks! cc @jcfranco |
I'll prioritize this. It's quite a hard issue to track down and I have not yet determined a root cause. There is another bug I've been diagnosing (#1245) that might be a clue as to what might also be causing this issue, so I'll look at these in tandem. |
re-opening. When using the latest 1.0.0-next.50 I have to add |
Just verified this bug is fixed without the wrapping |
Note: 1.0.0-beta.48 needs the |
Can we close this or should we wait for next release? |
I don't think having to use the |
We need to wait until the aforementioned fix in Stencil 2.4.0-1 makes it out of pre-release (Stencil v2.4). Looks like they're currently on 2.4.0-3 pre-release, so hopefully it will make it out soon. |
Great, does this apply to #977? Do we know a rough timeframe on their end? |
There is also a new Stencil bug I reproduced and reported that still has yet to get some eyes on it ionic-team/stencil#2801. This bug affects scoped components that use the default |
The original bug reported in #977 has definitely been resolved, so I think we can safely close #977 because a new related bug was later discovered after the fix made it in, which is also covered by other bugs like #1121 and #1317. It is messy I know, but all of these issues stem from Stencil bugs that are failing to properly relocate slotted children in |
Thanks for the update @eriklharper. |
There's been some changes to the components since the last comment (all components using shadow DOM + Stencil updates). @AdelheidF can you confirm if this still an issue with the latest version? Thanks! 🙇 |
I have a new issue that I'm only seeing with
@next
. It works fine on devext, it's usingbeta.40
there. In both cases I usecalciteRadioButtonGroupChange
.The first time I open the panel my correct radio button is selected. When I open the panel again, without making any changes, none of the radio buttons is selected.
I see this in both places (Age + Rotation) where I use radio buttons.
first time:
second time:
The text was updated successfully, but these errors were encountered: