-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continue button changes to a conversation message when going backwards in a chapter #4076
Comments
can i work on this issue? |
@yash10019coder can i try this one? |
You can try it but it not seems easy for a starter issue. |
if this is open can i work on it?? @srushtirk @yash10019coder |
Assigned @chrk2205 |
I have found the bug. Technically I feel that it is not a bug. To solve this bug one thing we can do is use the if statement while showing the page or state which I won't recommend. |
@rt4914 can you confirm if this is a bug or not?? |
I think this requires input from our UX team before we can move forward with a technical solution since it's not actually clear what we should be changing. @srushtirk can you follow up with UX to determine what needs to be changed here? |
Thanks @chrk2205. I think we'll need to wait on input from Srushti & UX before we can move forward with a fix. |
@om-khandade Can you provide UX inputs? |
Per chat with Chantel (UXD), we agree on removing the 'Please continue' message altogether and have the user rely on forward and backward arrows. |
Taking this since it's time sensitive and it seems like any progress that's been completed for it hasn't been pushed. |
The first fix addresses #4076 in full. The second fix addresses what seems to be a long-standing issue with image region selection to ensure that the region views are always clickable when the interaction loads.
…s bugs found while testing alpha MR4 (#4259) * Fix for #4040. Doesn't include test changes yet. * Fixes for #4027. No tests or updated documentation. * Revert development-only caching flags. * Lint fixes. * Post-merge fix + 2 other fixes. The first fix addresses #4076 in full. The second fix addresses what seems to be a long-standing issue with image region selection to ensure that the region views are always clickable when the interaction loads. * Add follow-up fixes & tests. * Fix new test on Gradle builds. This test corresponds to Bazel-locked functionality, so it can't pass on Gradle in the same way. * Fix #4319 and #4329. * Post-merge lint fixes. * Lint fixes, + doc & TODO udpate.
Verified in 0.7-alpha-6c08d882d3. No conversation message is seen on navigating back in a chapter. |
For searching context, this issue was found in 0.6-alpha (MR3). |
Describe the bug
Continue button changes to a conversation message (color changes from green to white) that says 'Please continue' once the user goes backwards in a chapter. Please continue looks like a button but is not clickable. Right and left arrows also appear once gone backwards in a chapter for navigation in the lesson. It is confusing to the user whether to click the arrows or the please continue button-like message.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
'Please Continue' button should not appear on the screen. Only the front and back arrows for navigation between the lessons are sufficient.
Demonstration
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: