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
This is fixed and ready for deploy. The change effectively removes the special visibility: hidden tweaks to manage the focus order, but only on mobile. I'm unsure of the accessibility fallout of that. Since the elements that were getting hidden should actually be visible at all times in the mobile view, this shouldn't have a negative impact on the focus order. But there may be some use cases I'm not thinking about.
In testing, I realized this fix somehow hides the 'go faster' button on mobile. Not sure why that is. But this issue can't be closed until that's fixed.
Found the problem. The accessibility visibility rules in the CSS file were right next to the rule that managed the visibility of the "go faster" button. I overzealously copy / pasted when I moved the accessibility stuff to the desktop only section 🤦♂️.
Describe the bug
At the end of a message, there is supposed to be an option for structured feedback, and detailed, free text feedback.
On mobile, only the structured feedback is shown and beneath it is a green block where the detailed feedback section should be.
Steps To Reproduce
Expected behavior
The viewer should be able to access the detailed feedback block
Screenshots
The text was updated successfully, but these errors were encountered: