
This is a list of problems you might experience with Dianara. Some of them
are bugs in the Pump.io core, but are collected here for reference.

As a general rule, if Dianara reports some sort of problem,
check the status bar and/or the Log window for details.

If you find a bug not listed here, you can report it at the issue tracker:
https://gitorious.org/projects/dianara/issues


Known issues:

 - Sometimes you'll see that a post has some comments, but not see the comments
   themselves, or not all of them. This is an issue with distribution of
   comments by the Pump servers, not something Dianara-specific.
   It is being worked on by the pump.io developers. This happens specially
   in non-public posts, the ones that are to "Followers" only.
   Until this issue is resolved, it is recommended to post to "Public".


 - The "+" button to open related posts from the Meanwhile feed will open the
   referenced posts, but you won't always be able to see the comments.
   Basically it will fail if the activity is about "something in reply to
   something else", and "something else is in a server different from yours.
   When that happens, you'll see a "Unauthorized" error in the status bar.
   It should always work for activities such as "JohnDoe favorited a note" or
   "Jane updated an image".
   This is due to some data not being present in what's provided by the server.
   **See pump.io issue: https://github.com/e14n/pump.io/issues/873


 - Sometimes you might not be able to comment on a post. If an error appears
   next to the comment composing box, check the status bar. You'll be probably
   getting the "No original post" error.
   This is a bug in the Pump.io core. It usually happens with posts from people
   you didn't follow at the time they created the post.
   **See Pump.io issue: https://github.com/e14n/pump.io/issues/1027


 - A comment being composed might be lost if something like this happens:
    > You start commenting in post A, so timeline updates get blocked.
    > You start commenting in post B, updates are still blocked.
    > You cancel the comment in A, so timeline updates get _unblocked_.
    > You keep commenting in B...
    > After some time, timeline autoupdate hits, timeline reloads and
      you lose your comment.

   Until a proper fix for this is added (mainly, proper timeline updates that
   don't reload the whole timeline), you can make sure this doesn't happen by
   avoiding this pattern, or disabling timeline auto-updates temporarily.
   If timeline updates are blocked, there will be a message about it in the
   status bar when you try to update them or jump to another page.


 - Related to the previous issue: Timeline updates reload the whole timeline,
   instead of loading only what's new. This is undesirable, and will be fixed
   in future versions (Planned for v1.3).


 - Sometimes, a comment you just posted doesn't appear in the comments right away.
   When that happens, you can click on "Reload Comments" to reload them and
   verify that your comment was indeed posted. However, the box where you type
   the comment shouldn't disappear until the comment has been correctly posted.


 - SSL errors are _ignored_ at the moment.


 - Some things don't "refresh" immediately as they should.
   These are things that are just not done yet. They will be in future versions.


 - Some issues with the "preformatting block" formatting option. (fixed now?)


 - The "insert an image from a web site" option will insert a white icon in
   place of the image while editing, but the image will be seen in the post,
   if the link to it is good. The link should go to the image directly, without
   redirects.


 - Animated GIFs are not animated in some cases. They are animated when viewed
   in the separate image viewer, not in the post itself. That's why it only
   works in 'image' type of posts, not in embedded-from-URL images.


 - If the profile is not received correctly on startup, posting to "Followers"
   will fail. This was mostly fixed in v1.2.2, since Dianara tries to get your
   profile several times now.


 - Sometimes, actions such as posting a comment to a note, will generate a
   duplicated activity in the "Meanwhile" feed. This is a Pump.io core issue,
   but don't worry, your contacts won't (usually) see this duplication.
   **See pump.io issue: https://github.com/e14n/pump.io/issues/1016


 - "Comments to comments" are not supported, nor displayed. You will, however,
   be notified of a comment to one of your comments in the Meanwhile feed,
   and can jump to the parent post if you see a shared comment in your timeline.


 - When uploading media, the whole file will be loaded into memory first.
   (Not much of an issue unless you wanted to upload huge files)


 - When downloading attachments, the suggested filename might have a generic
   ".bin" extension. Also, downloading attachments of type "file" will fail
   if the post is not public.
   **See pump.io issue: https://github.com/e14n/pump.io/issues/1014


 - Ctrl+Shift+V to paste without format doesn't always work the first time.


 - The Meanwhile feed items are always in English. That's because those texts come
   from the server (english only, at the moment), and they are not part of Dianara.
