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
While working on initial sitewide responsiveness, and making adjustments to the dialogs,
I saw that when I close the settings dialog it immediately creates another instance of itself which
is also not aligned well.
chrome simulator
mobile device
Steps to reproduce
View either posts or series
click on the gear icon to open up the settings dialog
close the settings dialog
observe the new one appearing
Browsers
Chrome
Additional context (Is this in dev or production?)
No response
I would be willing to submit a PR to fix this issue
Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.
To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself.
For full info on how to contribute, please check out our contributors guide.
I've been trying to resolve this bug, trying many approaches. Even after inspecting and debugging the code, I'm still not convinced of the cause of this abnormal behavior. It's so weird that this issue only occurs in the mobile version! It could be due to the media query styles of the mobile version , What do you think might be causing this tricky bug ?
@MestiriBaha yes this is a very peculiar issue indeed. It happens only on mobile which is the first odd thing, but also - it is the only modal that does that, there are more modals in the app and as far as i remember the rest did not have this behavior 🤔
Describe the bug
While working on initial sitewide responsiveness, and making adjustments to the dialogs,
I saw that when I close the settings dialog it immediately creates another instance of itself which
is also not aligned well.
Steps to reproduce
posts
orseries
Browsers
Chrome
Additional context (Is this in dev or production?)
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: