3404ee14c303d6558234334e80c98b5e6d8405c6
Restoring several filters at once from the URL hash (client + type) fired several concurrent loadOlder()/loadNewer()/ensureScrollable() chains. They raced on the loadingWindow guard, which silently dropped a call arriving mid-flight instead of queuing it -- indistinguishable from "nothing more to load", so the sliding window gave up expanding after one round even when the table was still far from scrollable, with no scroll events left to ever retry it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Description
No description provided
1.2 MiB
Languages
php
44.6%
JavaScript
32.8%
CSS
13.4%
Twig
9.2%