question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Popup] `hideOnScroll` doesn’t work with `on: manual`

See original GitHub issue

There 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:open
  • Created 7 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
awgvcommented, Mar 16, 2017

@Prabhakar-Poudel If you don’t want your popups be destroyed, use pre-existing HTML, or set preserve to true.

I assume how popup appears hover/click/focus/manual should have nothing to do with what the behavior of popup is. Both are independent elements and should have their own properties.

'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, rendering hoverable: true useless.

0reactions
stale[bot]commented, Jun 5, 2018

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found