- Issue created by @baldwinlouie
- @baldwinlouie opened merge request.
- Status changed to Needs review
over 1 year ago 10:23pm 5 April 2023 - πΊπΈUnited States baldwinlouie
@yas, please review this patch. This fixes the pagination/ajax refresh issue with the tertiary menu. The issue is that the
$('#right-button').click()
was firing multiple times, making it seem like the menu is not opening up. I think that is because after each AJAX refresh from pagination, the$('#right-button').click()
re-binds agains and starts to fire multiple times.The fix is to add a
$('#right-button').once().click
to make sure it fires once per click. - πΊπΈUnited States yas California πΊπΈ
@baldwinlouie
Thank you for your superb insight and supplying the great patch. I tested the patch and it fixes the issue. I'll merge the patch to
5.x
, and close this issue as Fixed. - Status changed to RTBC
over 1 year ago 1:07am 6 April 2023 -
yas β
committed 0d240b7a on 5.x authored by
baldwinlouie β
Issue #3352542 by baldwinlouie, yas: Fix the unclickable tertiary...
-
yas β
committed 0d240b7a on 5.x authored by
baldwinlouie β
- Status changed to Fixed
over 1 year ago 1:24am 20 April 2023 Automatically closed - issue fixed for 2 weeks with no activity.