Opened 11 years ago
Closed 11 years ago
#25059 closed defect (bug) (fixed)
Inline Edit Tags always adds class "alternate"
Reported by: | c3mdigital | Owned by: | 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)
Change History (6)
#3
@
11 years ago
25059.patch and ticket:25060:25060.2.patch have some indentation issues (tabs vs. spaces).
Note: See
TracTickets for help on using
tickets.
Bleh did not realize the quick edit JS is in separate places. Need to do a full sweep, then.