mlflow/mlflow

[BUG] auto close ModelsNextUIPromoModal

Open

#24,257 建立於 2026年7月2日

在 GitHub 查看
 (6 留言) (0 反應) (1 負責人)Python (3,904 fork)batch import
area/uiuxbuggood first issuehas-closing-prready

倉庫指標

Star
 (17,127 star)
PR 合併指標
 (平均合併 2天 9小時) (30 天內合併 246 個 PR)

描述

[!WARNING] Before submitting a PR, please make sure that:

  • A maintainer has triaged this issue and applied the ready label
  • This issue has no assignee
  • No duplicate PR exists

PRs not meeting these requirements may be automatically closed.

MLflow version

3.12, 3.14

System information

Describe the problem

On page https://demo.mlflow.org/#/models The ModelsNextUIPromoModal modal window closes automatically. This is probably related to a browser warning (see screenshot).

Steps to reproduce the bug

Open page https://demo.mlflow.org/#/models reload page

Code to generate data required to reproduce the bug

No response

Is the console panel in DevTools showing errors relevant to the bug? Type 'N/A' if not applicable.

Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.
Element with focus: <div>
Ancestor with aria-hidden: <div> <div tabindex=​"0" aria-hidden=​"true" style=​"width:​ 0px;​ height:​ 0px;​ overflow:​ hidden;​ outline:​ none;​">​</div>​

Does the network panel in DevTools contain failed requests relevant to the bug? Type 'N/A' if not applicable.

N/A

貢獻者指南