Ticket #4630 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Archive Widget - "onChange" generates XHTML validation error

Reported by: grubgirl Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: General Version: 2.2
Severity: minor Keywords: widget, onchange, validation has-patch commit
Cc: liz.kao@gmail.com

Description

Reproduced on WP2.2: When using the dropdown option for the archive widget in Wordpress 2.2, in widgets.php on or about line 395, The select statement contains "onChange" rather than "onchange". This generates error when attempting W3C HTML validation as mixed caps and lower case are not allowed.

I saw it posted here: http://wordpress.org/support/topic/118098?replies=3 and wanted to make the vote official.

Attachments

4630.diff (0.8 kB) - added by Nazgul on 07/14/07 07:43:23.

Change History

07/14/07 07:43:23 changed by Nazgul

  • attachment 4630.diff added.

07/14/07 07:44:57 changed by Nazgul

  • keywords changed from widget, onchange, validation to widget, onchange, validation has-patch.
  • component changed from Administration to General.
  • milestone set to 2.3 (trunk).

08/29/07 01:21:30 changed by Nazgul

  • keywords changed from widget, onchange, validation has-patch to widget, onchange, validation has-patch commit.

09/13/07 05:33:55 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6109]) s/onChange/onchange/. Props grubgirl, Nazgul. fixes #4630