Abdelhafidh Belalia
Abdelhafidh Belalia
@sobitneupane The expected behaviour is: Download -> Close -> Enter the password -> Focus Lost -> Download ... And that's the behaviour I'm getting on Safari 16.0 and on other...
Can't seem to reproduce, is this still valid? The issue seems more like: Message is sent twice. The edit behaviour is only a result of two messages having the same...
### Proposal ```diff diff --git a/src/pages/workspace/WorkspaceSettingsPage.js b/src/pages/workspace/WorkspaceSettingsPage.js index e778ecf89..feefb74c7 100644 --- a/src/pages/workspace/WorkspaceSettingsPage.js +++ b/src/pages/workspace/WorkspaceSettingsPage.js @@ -56,7 +56,7 @@ class WorkspaceSettingsPage extends React.Component { if (this.props.policy.isPolicyUpdating) { return; } - const...
@rushatgabhane 1. Strip any html tags (using regex `(]+)>)/ig` 2. Trim the output 3. Check if the name is defined and has a length (>0)
### Another Proposal (idea) Instead of stripping the tags, we can encode them, so the user would have the ability to name the workspace something like ` WokrspaceA`. However the...
### Updated Proposal ```diff diff --git a/src/pages/workspace/WorkspaceSettingsPage.js b/src/pages/workspace/WorkspaceSettingsPage.js index e778ecf89..a20413c68 100644 --- a/src/pages/workspace/WorkspaceSettingsPage.js +++ b/src/pages/workspace/WorkspaceSettingsPage.js @@ -56,7 +56,7 @@ class WorkspaceSettingsPage extends React.Component { if (this.props.policy.isPolicyUpdating) { return; } -...
@rushatgabhane may be external as well (client side validation)
@dangrous I think this is due to OpenApp delay, so maybe it's indeed internal? One thing i can add is this (not directly related to this issue): ```diff diff --git...
Changing the chat will also trigger the skeleton but the chat gets loaded normally after calling OpenReport I'm unable to consistently reproduce the reported issue. I was only able to...
I think this still needs more investigation. I can (randomly) reproduce the issue even with a barely new account.