Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#25059 closed defect (bug) (fixed)

Inline Edit Tags always adds class "alternate"

Reported by: c3mdigital's profile c3mdigital Owned by: helen's profile helen
Milestone: 3.7 Priority: normal
Severity: normal Version: 3.1
Component: Quick/Bulk Edit Keywords: has-patch
Focuses: Cc:

Description

See same issue in #24951

Quick editing adds the "alternate" class to the table row, even if it didn't have that class before. This only happens after updating, not after cancelling. Causes grey table rows to turn white in the current style and white rows to turn grey in mp6.

single_row always starts the alternating with 'alternate' class so inline edit will always have alternate class

Attachments (2)

25059.patch (566 bytes) - added by c3mdigital 11 years ago.
25059.2.patch (508 bytes) - added by c3mdigital 11 years ago.
tabs not spaces

Download all attachments as: .zip

Change History (6)

@c3mdigital
11 years ago

#1 @helen
11 years ago

Bleh did not realize the quick edit JS is in separate places. Need to do a full sweep, then.

#2 @helen
11 years ago

  • Milestone changed from Awaiting Review to 3.7

#3 @SergeyBiryukov
11 years ago

25059.patch and ticket:25060:25060.2.patch have some indentation issues (tabs vs. spaces).

@c3mdigital
11 years ago

tabs not spaces

#4 @helen
11 years ago

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

In 25463:

Make sure quick edited non-alternate taxonomy list table rows don't become alternate. props c3mdigital. fixes #25059.

Note: See TracTickets for help on using tickets.