Summary
After a successful barcode generation, submitting invalid EAN-13 input leaves the global status announcement as Generate completed. even though the tool reports a validation error.
Reproduction
- Open https://byteflow.tools/en/barcode-generator.
- Select EAN13.
- Enter
400638133393 and click Generate.
- Replace the input with
ABC.
- Click Generate again.
Expected
The global status should be updated to an error state, for example EAN-13 requires 12 or 13 digits., and should not continue announcing the previous successful action.
Actual
- The input validation and output metadata correctly show
EAN-13 requires 12 or 13 digits..
- Normalized value is shown as
(none).
- However, the page-level ARIA
status still says Generate completed. from the previous successful run.
Observed status excerpts:
status: Generate completed.
generic: EAN-13 requires 12 or 13 digits.
textbox: Format: EAN13 Input: ABC Normalized: (none) ... Status: EAN-13 requires 12 or 13 digits.
This gives screen-reader users and any status-based automation a false success announcement after a failed generation.
Summary
After a successful barcode generation, submitting invalid EAN-13 input leaves the global status announcement as
Generate completed.even though the tool reports a validation error.Reproduction
400638133393and click Generate.ABC.Expected
The global status should be updated to an error state, for example
EAN-13 requires 12 or 13 digits., and should not continue announcing the previous successful action.Actual
EAN-13 requires 12 or 13 digits..(none).statusstill saysGenerate completed.from the previous successful run.Observed status excerpts:
This gives screen-reader users and any status-based automation a false success announcement after a failed generation.