[Popup] `hideOnScroll` doesn’t work with `on: manual`
See original GitHub issueThere seems to be problems when using popup with on
property set to manual
. It does not hide on scroll even if it is set to true, with/without scrollContext
set. It does not hide on outside click even when closable
property is set. And when I specify hoverable
it rather hides the popup after it is hovered and then re position cursor somewhere else.
It feels completely broken with manual show/hide option or am I missing something here?
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Implementing app:hideOnScroll for BottomAppBar in Android
I have an app with the one Activity, many Fragments model, where several Fragments have a RecyclerView to show cards with content. I...
Read more >how to access client side data in server side in asp.net
Clientside data from input fields wether hidden or not are easily available on the serverside when the form is submitted! its when you...
Read more >PeopleCode built-in functions and language constructs
HideScroll. IsHidden ... You must manually remove the references to the deleted field. ... It doesn't load the instance into an analytic server....
Read more >Popup | Fomantic-UI Docs
A popup displays additional information on top of a page. ... tooltips to a wrapping element, like a button, or a span to...
Read more >com-mod-niagara-launcher-mod-apk-1-6-3-unlocked-pro-503 ...
Submit malware for free analysis with Falcon Sandbox and Hybrid Analysis technology. Hybrid Analysis develops and licenses analysis tools to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Prabhakar-Poudel If you don’t want your popups be destroyed, use pre-existing HTML, or set
preserve
totrue
.'manual'
setting implies that a developer controls when and how to show or hide a popup, and a'manual'
popup will never close until a developer tells it to, renderinghoverable: true
useless.There has been no activity in this thread for 90 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one.
However, PRs for this issue will of course be accepted and welcome!
If there is no more activity in the next 90 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks!