Closed audreytoskin closed 9 years ago
I think I've spotted the main problem. In client/vendor/styles/CNeditor.css
the class .CNE_task_btn
has the style font-size: 0;
However, the Cozy Notes client is behaving very strangely in my tests. When I try to fix the task button size, the notes bullet points disappear. I cannot figure out why...
EDIT: Or maybe not. That style has been set to font-size: 0px;
since commit 9e098e906819bfeabb163478b4b3154dda5c62ed back on 8 April 2013. Okay, I'm a little lost here.
Ok I'll check that next week. I will probably be busy this week-end.
Last night the check boxes reappeared after a while -- and then disappeared again. Is it just me? Is my computer haunted?
I don't know. I will check and tell you.
Sorry I didn't find time to check. I don't know when I'll be able to fix that.
https://github.com/cozy/notes/commit/bd3dae0dbd8939ccf25c4a5fc6b4c01fa49c2b85 should fix this issue. @Terrycloth, have you still the problem ?
I haven't had a chance to rebuild Cozy Notes on my local system, but things look the same at my cozycloud.cc -hosted account. Has the update been pushed to the Cozy app store yet?
Okay, I've rebuilt Cozy Notes, and the ToDo button works again as it should. Thanks!
Now we just need to get that update on cozycloud.cc
Great, thx @Terrycloth
The ToDo button / check box is gone from Cozy Notes, so you can't mark lines as complete or incomplete. You can't see whether they've been marked as complete either.
I'm afraid this might be my fault, since I didn't test my code edits in PR #42 for the ToDo feature. But then, most of my code edits were in the stylesheets. I've looked over the
.styl
files again and I can't figure out what the problem would be.