#17405 closed defect (bug) (fixed)
When new Comment Reply is created, background color of new reply is incorrect.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.2 | Priority: | normal |
| Severity: | normal | Version: | 3.2 |
| Component: | Comments | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Since we're now using pretty AJAX animation when replying or approve/replying, and it is using static background colors for "default", when the CSS values for the default background color for the table/items changed, the new reply's backgroundColor became incorrect.
To reproduce:
- Go to comments screen
- Click "Reply" under a comment
- Click "Reply" or "Approve and Reply"
- Notice incorrect background color on new comment
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Now uses the parent widefat table background-color for the reply creation animation, instead of a static color.