Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.09k stars 4.95k forks source link

Popup display wrong contents or display content from another popup. #6331

Open ibelar opened 6 years ago

ibelar commented 6 years ago

Popup display wrong content.

With two popups, one on menu item (Browse) the others on button (sound icon) and activating the first one, i.e. menu item, then the second popup content is set to the first one. If activating the second one first, i.e. the button, then both popup content are ok.

Steps

Expected Result

The popup content set for the button should be display when mouse is hover the button.

Actual Result

The popup content set for the menu item is display when mouse is hover the button.

Version

2.3.0

Testcase

https://jsfiddle.net/ibelar/y2aLeq0k/

romaninsh commented 6 years ago

might be due to popup being inside the button/menu.. Related: https://github.com/atk4/ui/pull/427

lubber-de commented 4 years ago

Fixed in Fomantic-UI by https://github.com/fomantic/Fomantic-UI/pull/1111 See your adjusted jsfiddle here https://jsfiddle.net/61L98vxt/1/