View Issue Details

IDProjectCategoryView StatusLast Update
0003517HTML & PERLBug Report - Interfacepublic2022-02-27 15:03
ReporterTokoyami Assigned ToDerIdiot  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0003517: Cannot enter episodes above 999 in the "Have you seen this anime?" form (bottom of anime page)
DescriptionThe input field is set to a max length and size of 3, even on anime with episodes past 999. The site does input the last episode for you, even if higher than 999, but you cannot edit that to any other 4 digit number normally.

Example from "One Piece":
<input type="text" name="addl.upto" value="1009" size="3" maxlength="3">
Tagsanimepage, HTML

Activities

Tokoyami

2022-02-27 13:43

reporter   ~0004474

I needed to use this feature again and while the "size" attribute is now 4, "maxlength" is still set to 3 and is preventing me from entering a 4 digit episode number.

Issue History

Date Modified Username Field Change
2022-01-30 17:08 Tokoyami New Issue
2022-01-30 17:08 Tokoyami Tag Attached: animepage
2022-01-30 17:08 Tokoyami Tag Attached: HTML
2022-01-30 17:09 Tokoyami Description Updated
2022-02-01 21:37 DerIdiot Assigned To => DerIdiot
2022-02-01 21:37 DerIdiot Status new => resolved
2022-02-01 21:37 DerIdiot Resolution open => fixed
2022-02-27 13:43 Tokoyami Status resolved => feedback
2022-02-27 13:43 Tokoyami Resolution fixed => reopened
2022-02-27 13:43 Tokoyami Note Added: 0004474
2022-02-27 15:03 DerIdiot Status feedback => resolved
2022-02-27 15:03 DerIdiot Resolution reopened => fixed