Ticket #216 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Odd behaviour caused by item properties

Reported by: hardy24 Owned by: sdcosta
Priority: normal Milestone: Gregarius 0.5.5
Component: BUGS Version:
Severity: normal Keywords:
Cc:

Description

I've just recently been getting into the (bad?) habit of opening each items properties (unread, sticky) and marking an item read individually by unchecking the 'unread' box. But when I get down to the last item in a feed, and mark the item read, it returns me to the main page, and has forgotten that I marked the last item read.

Clearly, not a huge thing, but annoying behaviour on gregarius' part all the same.

Change History

Changed 3 years ago by sdcosta

  • owner changed from mbonetti to sdcosta
  • status changed from new to assigned

Changed 3 years ago by sdcosta

  • status changed from assigned to closed
  • resolution set to fixed

The document.location was being changed before the ajax function _ses had a chance to finish marking the item as read. I just put in a timeout of 1 second in [957]. Should be enough time to finish...

Changed 3 years ago by sdcosta

  • status changed from closed to reopened
  • resolution fixed deleted

The plugin sends Gregarius back to the main page after you mark the last item as read. It should go to the next feed. The same behaviour as the mark as read button.

Changed 3 years ago by mdodoo

  • status changed from reopened to closed
  • resolution set to fixed

Closing this ticket, since the behavior that sdcosta is describing is covered by #179.

Changed 3 years ago by sdcosta

Fix for the second part in [1030].

Note: See TracTickets for help on using tickets.