Opened 3 years ago
Closed 3 years ago
#6220 closed defect (bug) (fixed)
Trac removing titles shortly after load
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | |
Cc: |
Description
Identified on core.trac.wordpress.org
Shortly after the page loads, user role badges are removed from each comment (see attached gif).
The cause appears to be the preview AJAX HTTP request happening before any user input is made.
Browser: Firefox 99.0b (Developer Edition)
OS: macOS 11.6
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
This is likely being caused by [11537] (or one of it's followups) calling
.change()
on theComponent
input (even if it's not changed) to trigger the notices.