Semantic-Org/Semantic-UI-React

Popup's do not work with modal's when dimmers are enabled.

Open

#1,803 opened on 2017年6月27日

GitHub で見る
 (21 comments) (10 reactions) (0 assignees)JavaScript (4,065 forks)batch import
help wantedneeds engineeringstale

Repository metrics

Stars
 (13,136 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

This is a follow up to this issue: https://github.com/Semantic-Org/Semantic-UI-React/issues/1545

The submitter was forwarded to /Semantic-UI I followed up in this post: https://github.com/Semantic-Org/Semantic-UI/issues/5440

It turns out that the issue has to do with the order the the popups/modals are created in. /Semantic-UI responded that pre-existing modals should be used for this. As far as i know, there's no way to achieve that in the current react variant of the UI.

Thank you :)

Steps

  • Create a modal with a dimmer setting that's not false.
  • Place a pop up inside the modal

Expected Result

Hovering over trigger displays the popup on top of the modal

Actual Result

Popup displays behind the modal, even behind the dimmer actually!

Version

0.70.0

Testcase

https://codepen.io/eGust/pen/zZXomK

コントリビューターガイド