[BUG] Tooltip zindex incorrect on overlapping sliders
@KoolADE85 已经在做这个了。
开始于 2026年3月4日。
评估
这个 Issue 还没有评估数据。
描述
Thanks for helping with the previous bug I had, no I have another small visual bug with the sliders and their tooltips
Context
dash 4.0.0
- OS: macOS
- Browser Chrome
- Version 145.0.7632.45
Describe the bug
The tooltip is placed under the next slider
Expected behavior
The tooltip should be placed on top of the next slider
Reproducing code
from dash import Dash, dcc, html
app = Dash(__name__)
app.layout = html.Div(
children=[
dcc.Slider(0, 100, 1, value=10, id="my-slider", tooltip={"placement": "bottom", "always_visible": True}),
dcc.Slider(0, 20, 5, value=10, id="my-slider2", tooltip={"placement": "bottom", "always_visible": True}),
]
)
if __name__ == "__main__":
app.run(debug=True)
Thanks again for the amazing work ❤️
- 主要语言
- Python
- 星标
- 24.4k
- 派生
- 2.3k
- 平均合并
- 1 天 21 小时
- 30 天内合并 PR
- 19
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
plotly/dash 的其他 Issue
-
good first issue P3 size: 1 task
难度 2/5 1-3 小时 新手友好度 68/100
-
enhancement P2 size: 5
难度 5/5 一周以上 新手友好度 45/100
-
enhancement P3 size: 10+
-
P2 size: 1 task
-
enhancement P3 size: 1
难度 3/5 1-2 天 新手友好度 72/100
相似的 Issue
-
enhancement
难度 2/5 1-3 小时 新手友好度 70/100
canonical/paas-charm#368 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
-
tech debt
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 1/5 1 小时以内 新手友好度 90/100
StevenBlack/hosts#3256 ·
-
难度 1/5 1 小时以内 新手友好度 90/100
qualcomm/qai-appbuilder#275 ·