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.

Trigger 'manual' doesn't work

See original GitHub issue

I’ve been trying to implement vue-tippy with a manual trigger (as tippy docs suggest), by passing trigger:‘manual’. The open on click is actually disabled in the button, but when I try to call show() method nothing happens. <button class="e-btn--ghost" ref="buttonSaveTrip" @click="saveTrip" v-tippy="{ trigger: 'manual', html: '#saveTrip', interactive: true, arrow: true, boundary: true, distance: '15', theme: 'light', inertia: true, reactive : true, offset: 70}"> Save trip </button>

And then calling show(): saveTrip() { this.$refs['buttonSaveTrip']._tippy.show(); }

Although, if the trigger is ‘click’, I can call _tippy.hide() from any other element and it works.

Any idea of what can be causing the issue? Maybe tippy.js?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jhpmatoscommented, Jan 26, 2018

In my project I’ve tried that solution but it didn’t fix it, when I debug it, it shows it and hides it straight away.

0reactions
KABBOUCHIcommented, Feb 7, 2018

If you need any more help, feel free to reopen the issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot common issues with triggers - Power Automate
Here are a few tips and tricks for troubleshooting issues with triggers. Identify specific flow run. Sometimes, you might need to Identify ...
Read more >
Automation doesn't trigger / manual triggering works
I'm trying to get an automation running, but can't figure out, what I'm doing wrong. It triggers, if I call it from the...
Read more >
Manual Trigger does not appear in issue view
Solved: Hello I created an automation rule to create two sub tasks upon creating a story, and it is working normally. Now I...
Read more >
Manual trigger doesn't run job - CircleCI Discuss
The final job in my workflow is to deploy to a production environment. It's gated by a manual trigger, but it doesn't seem...
Read more >
Airflow scheduler not working after manual trigger of a dag
The day after that (today) the task did not get executed). start date - 31.08.2020 03:00 @daily -> scheduled, all good 01.09 ...
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