Follow-up to #2113931: File Field design update: Upload field.
The designed progressbar had to be postponed due to a not functional implementation of uploadprogress for php7.
Follow-up to #2113931: File Field design update: Upload field.
The designed progressbar had to be postponed due to a not functional implementation of uploadprogress for php7.
Comments
Comment #5
steveoriolMaybe is issue can give some help... https://www.drupal.org/project/drupal/issues/2833968
Comment #6
andrewmacpherson commentedWhen introducing a new UI element which uses Javascript, please add the accessibility tag.
Comment #7
andrewmacpherson commentedDoes this mean using the same progress.js bar as batch API? Note that's very unreliable in screen readers. Also we usually only show one of those progress bars at a time, and so far we haven't used them on content forms. In the case where a form has more than one file field, or a multi-value filefield, will there be a situation where several progress bars are active at once? Two progress bars talking at once could be very confusing with a screen reader.
Comment #17
mgiffordI think we could use https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/roles/pr...
Possible example
Tagging for https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html