You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could just be misuse, so I apologize if that is the case. However, I'm working with modal dialogs on a page, and my <button id="account-dialog_cancel" type="button" class="slds-button slds-button--neutral">Cancel</button has a click listener on it which just invokes $("#account-dialog").hide("fade");
In the Lightning Experience UI, the fade animation only affects part of the grey backdrop; the rest of the page's backdrop snaps back to white. This behaviour isn't present in Salesforce Classic. Here is a gif detailing this:
The text was updated successfully, but these errors were encountered:
Hi @matt-ian-thomas, thank you for using the Salesforce Lightning Design System and for reporting this.
I'm afraid we don't provide support for using the Design System on the Lightning Experience UI at the moment. Can you please look for help within the developer community and let us know if you find a solution?
This could just be misuse, so I apologize if that is the case. However, I'm working with modal dialogs on a page, and my
<button id="account-dialog_cancel" type="button" class="slds-button slds-button--neutral">Cancel</button
has a click listener on it which just invokes$("#account-dialog").hide("fade");
Here's the full markup of my dialog:
In the Lightning Experience UI, the fade animation only affects part of the grey backdrop; the rest of the page's backdrop snaps back to white. This behaviour isn't present in Salesforce Classic. Here is a gif detailing this:
The text was updated successfully, but these errors were encountered: