mludowise / Sketch-Plugin-Manager

Keeping your Sketch plugins up to date.
https://mludowise.github.io/Sketch-Plugin-Manager/
Apache License 2.0
333 stars 14 forks source link

[Bug] Interface Glitch with Certain Plugins #13

Closed luxlogica closed 7 years ago

luxlogica commented 7 years ago

It seems that there are some interface glitches when displaying the list of plugins - and that the glitch always appears, consistently, on the same plugin entries. For instance, when listing all plugins alphabetically, scrolling down a little we get to...:

screen shot 2017-05-06 at 1 42 07 pm
mludowise commented 7 years ago

Can you please include what version of OS X you're using (e.g. 10.12.4)? To find the version number, go to the Apple menu -> About This Mac.

luxlogica commented 7 years ago

Using the very latest MacOS X Sierra - 10.12.4 (and the latest version of Sketch - 43.2).

mludowise commented 7 years ago

I'm on the same version of OS X and Sketch, but I'm unable to reproduce the bug 🤔

I'd like to take a look at the logs to see if there's anything in there. Here's what I'd like you to do:

  1. Launch the Console application (under /Applications/Utilities/Console.app).
  2. Click the leftmost button in the toolbar to show the sidebar, if it’s hidden.
  3. Select All Messages in the tab bar.
  4. If the Activities button in the toolbar is enabled with a blue icon, click it to turn this off.
  5. In the search bar, type Sketch and hit return.
  6. In the search bar, change the dropdown from Any to Process. The console should look similar to the image below at this point.
  7. Switch back to Sketch, open the Sketch Plugin Manager, and reproduce the bug.
  8. Return to the Console, and select one of the messages from the main window.
  9. From the Menu Bar choose Edit â–¸ Select All.
  10. From the Menu Bar, choose Edit â–¸ Copy. Then, open the TextEdit application and Paste the copied logs into a new plain text document.
  11. Save the text document in .txt format, and attach this to this report.

image

mludowise commented 7 years ago

I just pushed an update that fixed some minor bugs. It's possible that they may fix this UI glitch as well. Could you please update the plugin, restart Sketch, and see if you can reproduce the issue?

Thank you.

luxlogica commented 7 years ago

@mludowise: thank you for your quick response. I updated the plugin, restarted Sketch, and ran into a horrible crashing bug - #15...

luxlogica commented 7 years ago

The 'crash-fix' branch seems to have fixed this!

screen shot 2017-05-09 at 8 24 25 am
mludowise commented 7 years ago

Fixed.