Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this still working in newer electron? #6

Open
axfelix opened this issue Jul 16, 2020 · 6 comments
Open

Is this still working in newer electron? #6

axfelix opened this issue Jul 16, 2020 · 6 comments

Comments

@axfelix
Copy link

axfelix commented Jul 16, 2020

I just updated a project from Electron 3.x to 9.x, and the tooltips don't seem to be triggering anymore...

@axfelix
Copy link
Author

axfelix commented Jul 16, 2020

@oltreseba I just found your fork but it doesn't appear to be working either... testing in 9.1.0.

@oltreseba
Copy link

We have forked quite a while ago and stopped using it after a while.

If it's possible for your application I would totally suggest to use tooltip inside the renderer window itself and not in other windows (like this extension does). You will not be able to place them outside your main windows, but you will have way way way less issues (latency, having additional renderer processes, difficulties in placing them, difficult to show two tips in the same time, etc). For doing this you can use any js tooltip plugin out there.

@ghost
Copy link

ghost commented Apr 22, 2022

yes, but at the cost of 20mb ram per tooltip

@ghost
Copy link

ghost commented Apr 22, 2022

the developer should be using something native, such as Qt with C++ bindings

@mcfaith9
Copy link

mcfaith9 commented Aug 1, 2023

I am question also this, now does this still work now for 2023? this is nice plugin btw, i like the idea that the tooltip will show outside, and overlap main window, but i am not sure you guys talk about the performance issue

@oltreseba
Copy link

Basically, a new entire window is created (and i think reused) for each tooltip, so ram usage and latency is quite high, given that all of this is "just" to have tooltips that go outside of the window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants