Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

[BUG] Dev Tools: Callback map error: Not possible to find intersection inside of the rectangle

未关闭
#3,943 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
52/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
冷清
技术栈
python
领域
devtools

调研方向

首先,使用 Dash 4.4.1 运行随附的 callback_map.py,并在 Firefox 或 Chrome 中打开 Dash Dev Tools 的 callback map。执行报告中提到的 callback,包括 toggle_template_modal 和 save_proposed_mapped,并比较产生的错误。当 callback map 在没有报告中的 intersection 或 missing-node 错误的情况下完成渲染时,即表示完成。

由索引模型根据 Issue 内容生成。

描述

bug P2 size: 3

When trying to show the Callbacks on the Dash Dev Tools, the attached example generates an error and the callback map does not show up.

Tested with Dash 4.4.1 and both Firefox and Chrome. Also tried older versions of Dash (3.4.0 and 4.x with the same results). To reproduce, run the attached example.

Image

callback_map.py

Note: Comment out callback toggle_template_modal on lines 239-246 and the callback map will get generated. Removal of some other callbacks like save_proposed_mapped can result on other errors like: can't access property "order", g.node(...) is undefined

主要语言
Python
星标
24.4k
派生
2.3k
平均合并
1 天 21 小时
30 天内合并 PR
19

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

plotly/dash 的其他 Issue

查看 plotly/dash 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。