http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2493 Summary: addbiblio - Illegal tabindex (-1) Product: Koha Version: HEAD Platform: PC URL: http://staff-ets.dev.kohalibrary.com/cgi- bin/koha/cataloguing/addbiblio.pl?frameworkcode= OS/Version: All Status: NEW Severity: minor Priority: P3 Component: Cataloging AssignedTo: galen.charlton@liblime.com ReportedBy: joe.atzberger@liblime.com QAContact: koha-bugs@lists.koha.org Much of the cataloging interface includes elements with an illegal value (-1) for tabindex, resulting in the validation warning: Warning: <input> attribute "tabindex" has invalid value "-1" This warning appears 465+ times on one page. The governing spec is: http://www.w3.org/TR/html4/interact/forms.html#adef-tabindex saying, "This value must be a number between 0 and 32767." ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.