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

Dragging things around freezes them, might crash the app #159

Closed
vilanz opened this issue Jan 20, 2019 · 2 comments
Closed

Dragging things around freezes them, might crash the app #159

vilanz opened this issue Jan 20, 2019 · 2 comments
Labels
bug This issue identifies a bug in Nuclear. good first issue This issue is a low hanging fruit perfect for new contributors and shouldn't take too much time. UI This issue is related to the UI and/or UX aspects of Nuclear.

Comments

@vilanz
Copy link

vilanz commented Jan 20, 2019

As the title says, whenever I - for example - accidentally drag a song or a sidebar item somewhere, it gets frozen in place. In some situations - sidebar items for instance - it will inevitably make the app crash.

I'm running electron:prod on Ubuntu 18.10.

@nukeop
Copy link
Owner

nukeop commented Jan 20, 2019

Dragging is handle by an external package, I'll take a look if we can fix this.

@nukeop nukeop added bug This issue identifies a bug in Nuclear. help wanted good first issue This issue is a low hanging fruit perfect for new contributors and shouldn't take too much time. UI This issue is related to the UI and/or UX aspects of Nuclear. labels Jan 20, 2019
@qualitymanifest
Copy link

qualitymanifest commented Jan 21, 2019

Looks like it might be related to electron/electron#14430 and electron/electron#14073

In those issues the user reported the problem just from dragging around text. If I type something in the search bar and then select and attempt to drag it, I get the same problem - the app freezes.

Another user stated that the problem only occurs when running the program from the command line, which is also true here. If I download the .tar.gz and extract and run the executable, there is no problem with dragging

This user seems to have found a solution to prevent this from happening when running via command line electron/electron#14073 (comment)

I think I have a fix for this, I'll submit a PR in a little bit.

@nukeop nukeop closed this as completed in 29e60ec Jan 24, 2019
nukeop added a commit that referenced this issue Jan 24, 2019
Allow users to disable GPU rendering. Closes #159
nukeop added a commit that referenced this issue Sep 30, 2019
Allow users to disable GPU rendering. Closes #159
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue identifies a bug in Nuclear. good first issue This issue is a low hanging fruit perfect for new contributors and shouldn't take too much time. UI This issue is related to the UI and/or UX aspects of Nuclear.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants