Page MenuHomePhabricator

Special:BookSources: Bad value 1 for attribute autofocus on element input
Closed, ResolvedPublic

Description

The rendered Special:BookSources contains:
<input name="isbn" size="20" value="" id="isbn" autofocus="1" />

which is invalid html because the autofocus should be empty.


Version: 1.24rc
Severity: minor

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:12 AM
bzimport set Reference to bz66134.

Change 137670 had a related patch set uploaded by Rohan013:
Bugfix for bug 66134

https://gerrit.wikimedia.org/r/137670

Change 137670 had a related patch set uploaded by devunt:
Replace autofocus="1" /> to autofocus /> on input element in Special:BookSources

https://gerrit.wikimedia.org/r/137670

Change 137670 abandoned by Rohan013:
Replace autofocus="1" /> to autofocus /> on input element in Special:BookSources

https://gerrit.wikimedia.org/r/137670

Change 137670 restored by Rohan013:
Replace autofocus="1" /> to autofocus /> on input element in Special:BookSources

https://gerrit.wikimedia.org/r/137670

Change 137670 had a related patch set uploaded by devunt:
Changes autofocus="1" to autofocus="autofocus"

https://gerrit.wikimedia.org/r/137670

Change 137670 abandoned by Rohan013:
[SHOULD BE ABANDONED] Changes autofocus="1" to autofocus="autofocus"

Reason:
Fixed in Ic682a60ca4a08

https://gerrit.wikimedia.org/r/137670

Change 184941 had a related patch set uploaded (by Umherirrender):
Fix "Bad value 1 for attribute autofocus" on special pages

https://gerrit.wikimedia.org/r/184941

Patch-For-Review

Change 184941 merged by jenkins-bot:
Fix "Bad value 1 for attribute autofocus" on special pages

https://gerrit.wikimedia.org/r/184941