llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
198 stars 411 forks source link

[BUG] Broken dialogue box on first screen tutorial #1418

Open mohitvdx opened 10 months ago

mohitvdx commented 10 months ago

Description:

Problem: The instructions provided in the dialog box during the signup process are unclear and lead to confusion. Additionally, the dialogue box for signup instructions seems to be broken as it directs users to a blank corner on the webpage.

Steps to Reproduce:

Navigate to the signup page. Click next to the Welcome to sugarizer box Click on the figure of the man icon Click next on the New user dialogue box

Actual Behavior: This happens because the two signup options are removed if we choose anyone but the tutorial dialogue boxes are still there

Screenshots/Additional Information:

Screenshot 2023-11-26 at 11 43 23 PM

Browser and device information. Possible Solution: Revise the dialog box instructions for clarity, and ensure the link directs users to the correct information on the webpage.

Environment:

Browser: Any browser(I used chrome Version 119.0.6045.159 (Official Build))

Vishalk91-4 commented 10 months ago

Hmmm. I can't reproduce the issue. Could you retry with the latest dev branch?

@llaske would check it on his browser also

llaske commented 10 months ago

Can't reproduce it on my side. Neither on dev branch, neither on master branch. @mohitvdx could you try on try.sugarizer.org? could you detail your testing platform?

mohitvdx commented 10 months ago

Here is a video showing the issue on try.sugarizer.org Browser: safari (same behaviour on chrome browser)

https://github.com/llaske/sugarizer/assets/112820522/4138acdd-c609-403f-9c72-f667fbbd7b77

mvaibhav77 commented 10 months ago

Here is a video showing the issue on try.sugarizer.org Browser: safari (same behaviour on chrome browser)

Screen.Recording.2023-12-02.at.1.04.18.AM.mov

@mohitvdx, what we can do is disable the background so that other buttons cannot be clicked when the tutorial/introduction is running. How does this sound? @llaske

llaske commented 10 months ago

@mohitvdx, what we can do is disable the background so that other buttons cannot be clicked when the tutorial/introduction is running. How does this sound? @llaske

Hmmm. The process is handle by IntroJS library, not sure it's doable.

mvaibhav77 commented 10 months ago

@llaske, I'll give it a try and let you know.