HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

Cannot see typing on anything but text cell. Version 3.2.3 #1258

Closed cgkades closed 5 years ago

cgkades commented 5 years ago

I'm using version 3.2.3 and after creating a new cell, I cannot see typing if I change it to anything but text. If I type in, for example, a markdown cell and change it back to text, I can see the things I've typed. If I change it back to markdown again, I can see the things I had typed, but I cannot put the curser anywhere or see any new typing.

I'm on macOS 10.13.6

ghost commented 5 years ago

Likely the same issue as #1252, so +1

image
ylian commented 5 years ago

@cgkades That's likely an issue with themes. Try to reset to default settings (Preferences > Advanced > Restore Defaults), then reopen Quiver.

@gclv You issue is with loading the library. I am trying to hunt down this one so it would be great if you could send me (ylian@happenapps.com) these two files (these files only contain some meta data, not your note contents):

~/Library/Containers/com.happenapps.Quiver/Data/Library/Application\ Support/Quiver/cache.db
~/Library/Containers/com.happenapps.Quiver/Data/Library/Application\ Support/Quiver/library.plist

Then you can delete the first file, then reopen Quiver. It will likely fix the issue, but those two files will help me debug the issue. Thanks.

cgkades commented 5 years ago

That did work, though it is very strange since I did not change the theme.. Thanks for the help

ylian commented 5 years ago

@cgkades You might have added some custom css settings. Resetting to the default settings clears the custom css as well.

ylian commented 5 years ago

It turned out both are due to custom CSS. Resetting to the default settings (Preferences > Advanced > Restore Defaults) fixed the issues. Close the ticket.