bug: prestige button sometimes does not register when clicked quickly #245

Closed
opened 2026-04-07 09:11:48 -07:00 by hikari · 0 comments
Owner

Description

The prestige button occasionally fails to register a click when pressed in quick succession. The player is left without the prestige triggering despite clicking the button.

Steps to Reproduce

  1. Reach prestige threshold
  2. Click the prestige button rapidly / shortly after it becomes available

Expected Behaviour

The prestige should trigger reliably on click.

Actual Behaviour

The button click is silently dropped — no prestige occurs, no error shown.

Notes

Could be a debounce, a race condition with the quest credit check, or the button becoming briefly non-interactive after state updates. Reporter noted they wanted to ensure at least the first quest credited before pressing.

Reported By

deusmortis (Discord) — 2026-04-07

This issue was created with help from Hikari~ 🌸

## Description The prestige button occasionally fails to register a click when pressed in quick succession. The player is left without the prestige triggering despite clicking the button. ## Steps to Reproduce 1. Reach prestige threshold 2. Click the prestige button rapidly / shortly after it becomes available ## Expected Behaviour The prestige should trigger reliably on click. ## Actual Behaviour The button click is silently dropped — no prestige occurs, no error shown. ## Notes Could be a debounce, a race condition with the quest credit check, or the button becoming briefly non-interactive after state updates. Reporter noted they wanted to ensure at least the first quest credited before pressing. ## Reported By deusmortis (Discord) — 2026-04-07 ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-04-13 09:50:21 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#245