Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[BUG] Tooltip zindex incorrect on overlapping sliders

オープン
#3,632 コメント 2 件 リアクション 0 件 担当者 1 名 GitHub で見る

@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
Image

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時間
マージ済み PR(30日)
19

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

plotly/dash のほかの issue

plotly/dash の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。