-
Notifications
You must be signed in to change notification settings - Fork 16
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
Poor accessibility and usability since redesign #25
Comments
|
Noticibility was improved on hover of download button in 888fbeb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From commit 1f47bac and forward, updates to the site design have made it less accessible and have decreased usability. There have been some improvements (such as more clear active focus rings), but overall the changes in contrast and layout have made the site more difficult to use.
Accessibility and Contrast
At the time of writing, the application menu has this appearance:
Most notably, the download button has very poor contrast - failing the WebAIM contrast checks for both normal and large text. Additionally, the shadow effect that is overlayed on top of the button further washes the text out to have event worse contrast. At its worst, the button appears like this with a contrast ratio of only 1.23:1.
The save button (after rendering) suffers from a similar issue. Pre-redesign, the render button had a contrast ratio of 11.81:1.
While more difficult to quantify as there are fewer guidelines on the subject, the contrast between a toggled and non-toggled button is also very low, making it difficult to quickly distinguish between items that are active and inactive. Adding to this, the hover color is nearly identical to the actively toggled color.
Pre-redesign hover was shown with an outline and active was shown by inverting the control, making the two states clear. However, it must be acknowledged that this is still not ideal, as it's not immediately obvious which state is active and which is inactive. This same issue exists in the redesign, but is made even worse due to the similarity in the colors for active and inactive.
Usability
One of the largest visual changes in the redesign is that the control menu changed from a floating menu to a static sidebar - taking up all vertical space for the area of the page that it occupies. This leads to less space being available for previews on narrower screens, which in turn leads to less display area for the cropping interface without overlap from previews. With the default loaded previews, a screen width of just 1024 pixels already reduces the crop view's width to just 154 pixles - barely big enough to control, let alone make precise adjustments. This issue exists regardless of display height. Pre-redesign, this largest 512x512 preview was not present, so this issue did not present itself immediate - but with the defaults being changed, it is now immediately evident on smaller window or screen sizes.
In Summary
While I do personally prefer the old design to this one, this issue isn't necessarily to say that it needs to be undone - there are just several issues that should be addressed. Work can be done to fix these as well as to address the issues that may have already been existing pre-redesign to improve the user experience.
The text was updated successfully, but these errors were encountered: