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
I clicked the "Replay the guided walkthrough of the interface" just to take a look again and noticed it darkened the screen but nothing happened.
Checking the logs I saw a lot of
[Tour] Step 1 "sidebar": element NOT found (attempt 1/50)
...
[Tour] Step 1 "sidebar": element NOT found (attempt 51/50)
[Tour] Step 1 "sidebar": SKIPPED - element never appeared after 50 attempts
...
[Tour] Step 6 "keywords": SKIPPED - element never appeared after 50 attempts
Then on step 7 ~7 seconds after clicking it finds an element it's looking for and starts the tour from that step. [Tour] Step 7 "nav-calendar": element FOUND (40x40 at 8,56)
I think this tour is meant to be run from the mailbox so it should navigate there before checking.
Steps to Reproduce
Navigate to /settings
Click the Appearance section
Restart the guided tour from the option at the bottom
Expected Behavior
Navigate to the mailbox or appropriate view and begin the tour from there.
Actual Behavior
Tour is started while on settings page so it takes some time to time out looking for the elements then starts from step 7, user is not able to go to previous steps either.
Description
I clicked the "Replay the guided walkthrough of the interface" just to take a look again and noticed it darkened the screen but nothing happened.
Checking the logs I saw a lot of
Then on step 7 ~7 seconds after clicking it finds an element it's looking for and starts the tour from that step.
[Tour] Step 7 "nav-calendar": element FOUND (40x40 at 8,56)I think this tour is meant to be run from the mailbox so it should navigate there before checking.
Steps to Reproduce
/settingsExpected Behavior
Navigate to the mailbox or appropriate view and begin the tour from there.
Actual Behavior
Tour is started while on settings page so it takes some time to time out looking for the elements then starts from step 7, user is not able to go to previous steps either.
Bulwark Version
1.5.3
Stalwart Mail Server Version
0.16.0 / N/A
Browser
Chrome / Chromium
Operating System
Windows
Screenshots / Screen Recording
recording.mp4
Relevant Logs or Error Output
Additional Context
No response