-
I tried to combine fx-switch for a login overlay with a switch rendered as tabcontainer. html snippet for illustration
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
thanks @pherk for reporting. I encountered misbehavior for switches also but haven't yet found time to dig into. However - sure, fx-switch is intended to be nestable as all containers should. Thanks for the testcase - will help to sort it out. I'll however convert this question to a ticket. |
Beta Was this translation helpful? Give feedback.
-
The problem was a missing id on nested case. You find a completed running version in demo/switch-nested.html. Attaching the full code here also:
I added a check to the code that raises an error popup when a case id cannot be found (is not matching). |
Beta Was this translation helpful? Give feedback.
The problem was a missing id on nested case. You find a completed running version in demo/switch-nested.html. Attaching the full code here also: