#3497 closed defect (bug) (fixed)
readme.txt validator does not accept text area input
Reported by: | alpipego | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
The text area of the readme.txt validator does not work for me. It just reloads the page without anything happening: https://wordpress.org/plugins/developers/readme-validator/
I have tested this with firfox, chrome, chrome canary all in their latest versions.
The URL input works as expected.
File/Content I've tested with: https://plugins.svn.wordpress.org/edd-card/trunk/readme.txt
Change History (3)
Note: See
TracTickets for help on using
tickets.
Confirmed. The validator calls
window.btoa()
on the input, which fails on UTF-8 characters like—
:Introduced in [6479].