Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

[BUG] Tooltip zindex incorrect on overlapping sliders

Đang mở
#3,632 2 bình luận 0 reaction 1 người được giao Xem trên GitHub

@KoolADE85 đang làm issue này rồi.

Từ ngày 4/3/2026.

Đánh giá

Issue này chưa được đánh giá.

Mô tả

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 ❤️

Ngôn ngữ chính
Python
Star
24.4k
Fork
2.3k
Merge trung bình
1 ngày 21 giờ
Pull request đã merge (30 ngày)
19

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của plotly/dash

Tất cả issue của plotly/dash

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.