Opened 3 years ago
Closed 3 years ago
#53672 closed defect (bug) (fixed)
JS error thrown in Media Library when infinite scrolling re-enabled
Reported by: | wildworks | Owned by: | joedolson |
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | normal | Version: | 5.8 |
Component: | Media | Keywords: | has-patch commit fixed-major dev-reviewed |
Focuses: | javascript | Cc: |
Description
this.updateLoadMoreView(); is called without checking whether infinite scrolling is enabled. Needs to be wrapped in a check for infiniteScrolling.
Reported by @wildworks on #50105; issue broken out for tracking.
Patch forthcoming.
Attachments (1)
Change History (6)
#2
@
3 years ago
- Owner set to joedolson
- Resolution set to fixed
- Status changed from new to closed
In 51440:
This ticket was mentioned in Slack in #core-media by desrosj. View the logs.
3 years ago
Note: See
TracTickets for help on using
tickets.
Fix JS error.