fomantic / Fomantic-UI-Docs

Official Documentation for Fomantic-UI
https://fomantic-ui.com
28 stars 84 forks source link

[flyout] cannot close position example on mobile #388

Closed jamessampford closed 1 year ago

jamessampford commented 1 year ago

On mobile, when running the example for the position flyout [https://fomantic-ui.com/modules/flyout.html#position] unable to close any of the fly outs, so have to go back in the browser or reload the page. Adding a close button may help? I do wonder if, for these cases, where the developer has not included a close button if one should be injected automatically instead

lubber-de commented 1 year ago

I do wonder if, for these cases, where the developer has not included a close button if one should be injected automatically instead

I dont think so as the flyout can basically contain any html and does not necessarily need the "modal like" layout and it might be intentional when dimPage: false is used to close the flyout by something else inside the main page

lubber-de commented 1 year ago

Fixed by #419