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.

click is no use in linux/win7

See original GitHub issue

I fork the progrem. and changed some code so that it can run under linux.

but when i click the <header class="kap-header">....</header> part, there was no response. the <section class="controls">....</section> part is response.

who can tell me the reason?

the progrem in this, you can see the recent commit to find what i remove or change. and run

npm install
cd app && npm install
cd ..
npm run build && npm start

to run the program.

os : Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux
npm -v : 5.2.0
electron -v : v1.6.11

anyway, thanks.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
matheusscommented, Jul 21, 2017

If you’re on macOS and -webkit-app-region: drag; is applied to an element, such element will receive click events normally, despite the docs saying the opposite.

On Linux and Windows, however, the element will not receive click events, like mentioned in the docs.

TLDR: apply -webkit-app-region: no-drag; to the elements that need to receive clicks

1reaction
skllcrncommented, Jul 20, 2017

Thanks @kevva, I also suggest looking into #31 and https://github.com/wulkano/aperture/pull/32

Read more comments on GitHub >

github_iconTop Results From Across the Web

click is no use in linux/win7 · Issue #211 · wulkano/Kap · GitHub
I fork the progrem. and changed some code so that it can run under linux. but when i click the <header class="kap-header">....</header> part,...
Read more >
Unexplained Windows or software behavior may be caused ...
Click Start, and then click Control Panel. · Click Programs, and then click Programs and Features. · In the Uninstall or change a...
Read more >
Make Linux look like Windows 7 | IT PRO - ITPro
To do this, click “Open the menu editor” and use the tickboxes beside each app to show or hide it. Finally, close the...
Read more >
Q&A: Which version of Linux is most like Windows?
Rick answers a reader's question about which Linux distribution looks and works the most like Microsoft Windows.
Read more >
How to Dual-boot Linux and Windows (on a PC ... - Instructables
1. Prerequisites: 1. A PC running Windows 7, with at least 30 GB of free hard-drive space. 2. A CD/DVD burner and blank CD/ DVD...
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