Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#23670 closed defect (bug) (fixed)

Checkbox synchronization on Edit Link screen is broken

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.0
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

We have a code to synchronize checkboxes between "All Categories" and "Most Used" tabs on Edit Post screen (originally added in [6597], modified in [12022], [13195], [13410], [21737], and [23444]).

We also have an older version of this code in link.js (originally added in [6695], modified in [10477]), but it's broken since [12798] (the id attribute of the checkboxes has changed).

Attachments (1)

23670.patch (515 bytes) - added by SergeyBiryukov 12 years ago.

Download all attachments as: .zip

Change History (3)

#2 @SergeyBiryukov
12 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 23586:

Fix checkbox synchronization on Edit Link screen. fixes #23670.

Note: See TracTickets for help on using tickets.