Bug Report: "Leave Arena" button remains on screen after leaving Visdun Fortress

  • After entering Visdun Fortress and clicking the "Leave Arena" button (top-right corner) because no enemies were present, I successfully left the arena. However, the "Leave Arena" button is still displayed on my screen and does not disappear. It stays there permanently, even outside the arena.



    **Expected behavior:**

    The "Leave Arena" button should disappear from the UI once the player has left the arena.


    **Actual behavior:**

    The button remains permanently displayed on the screen after leaving the arena.


    **Additional information:**

    I also received the following Lua error, which may be related to this issue:


    ```

    Code
    parent:UIParent call BattleGroundStatusFrame's OnEvent, error: [string "?"]:417
    attempt to index a 'nil' value

    ```


    The error seems to come from `BattleGroundStatusFrame`'s `OnEvent` handler, where something is trying to index a nil value at line 417. This might indicate that the UI frame responsible for the arena status is not being properly cleaned up or reset when the player leaves the arena early.


    **Screenshot:**

    (attach screenshot here)


    I hope this helps the developers locate and fix the issue. Thank you!

    I don't have any addon