Make WordPress Core

Opened 15 years ago

Closed 11 years ago

#19309 closed defect (bug) (worksforme)

Instantiating any widget with checkboxes defaulted on don't transfer as checked only in IE9.

Reported by: beautomated Owned by:
Priority: normal Milestone:
Component: Widgets Version: 3.2.1
Severity: minor Keywords:
Cc: Focuses:

Description

In the Links widget, the first two checkboxes are checked by default if using IE8, FireFox or Webkit. If you use IE9, the first two checkboxes will not be checked after you drop the fresh widget instance into a widgetized region of the template or the inactive widgets region. This appears to be an incompatibility between IE9 and a JS library used for copying the data. I do see the proper checked="checked" parameter in the source code of the primary instance and all saved instances. It just doesn't instantiate that parameter in the drag and drop action.

A community plugin we developed also exposes this IE9 / JS library bug: http://wordpress.org/extend/plugins/becounted/

I found a developer discussion and possible fix related to a non WP application here: https://github.com/SteveSanderson/knockout/issues/89

Thank you!

Change History (4)

#1 @beautomated
15 years ago

  • Version 3.2.13.3

Note: Still occurs in WP 3.3

#2 @dd32
15 years ago

  • Version 3.33.2.1

Please leave the version field set to the earliest reported version in which the bug can be reproduced in.

#3 @c3mdigital
13 years ago

  • Keywords reporter-feedback added

beautomated,

Are you still able to reproduce this bug in 3.6 or trunk? What happens when the widget is saved? Since the checked="checked" in the source does it still save as checked?

#4 @chriscct7
11 years ago

  • Keywords reporter-feedback removed
  • Milestone Awaiting Review
  • Resolutionworksforme
  • Status newclosed

Unable to replicate this, and no additional reports in 2 years. Closing as worksforme

Note: See TracTickets for help on using tickets.