Closed robby1066 closed 3 years ago
This may be related to #30 and how the detailed feedback section is hidden from the tab order.
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 🤦♂️.
Fixed and will go out in the next deploy.
All bugs are fixed and tested. Closing this.
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