Can a Panel and a Dialog Can Coexist? #2633
Unanswered
AathifMahir
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you give us more details about this JS Error (screenshot)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Actually, I have UX Where Users Enters Entity On a Panel and also that Panel has Input for Uploading Image, When a new Image is Opened with Input, that would open a new Image Editor Dialog Which Does All the Image Manipulation, Previously I have Used Dialog.Hide and Dialog.Show on the Panel to Hide the Panel When the ImageEditor Dialog Needs to be Open and Show the Panel Back When ImageEditor Dialog is Closed with Dialog.Show, This Behavior Seems to be Broken with v4.10, If i Call the Dialog Hide for The Panel and Opens a New Dialog aka Image Editor Dialog (Not a Panel), That would cause the Js Code in ImageEditor OnInitializedAsync to Throw an JsException Without Any Info What Causing it, What i did with the recent update after wasting Some time on Diagnosing the JsException on Image Editor Dialog, I Just Tried Removing Dialog.Hide and Dialog.Show Code on the Panel, that Magically Fixed the JsException on ImageEditor But the Both the Panel and Dialog Were Shown Together, I'm not sure if this supported as previously we can't use Nested Dialogs
Edit: I Notice that I Have Randomly Receive Javascript Error from Fluent UI When Doing the Above
Beta Was this translation helpful? Give feedback.
All reactions