- Issue created by @acbramley
- Status changed to Closed: cannot reproduce
over 1 year ago 4:31am 5 September 2023 - 🇦🇺Australia acbramley
Too hasty in opening this, I think we're good with just the core issue.
As per 🐛 An empty views pager offset field can cause a PHP type error to be triggered. Needs work the pager offset should be cast to an integer.
Visit a page with an infinite scroll view and set the page query to a large number that is interpretted as a float, e.g ?page=38338634418239816375695216401860819025763069
$this->view->query->setOffset((int) $offset);
Closed: cannot reproduce
2.0
Code
Too hasty in opening this, I think we're good with just the core issue.