LifeWOutMilk wrote:This is a logic error in ttrss, I've submitted a pull request to Fox at https://github.com/gothfox/Tiny-Tiny-RSS/pull/279.
Ah! I see, I hadn't updated to TT-RSS 1.9 yet which is why I wasn't seeing the same issue. Thanks!
LifeWOutMilk wrote:This is a logic error in ttrss, I've submitted a pull request to Fox at https://github.com/gothfox/Tiny-Tiny-RSS/pull/279.
erikbennett wrote:G2TT-mobile - I can confirm, at least on my side, that the refresh button on the page does not work the same as the reload of the browser. If I click on the refresh button, the 0 categories do not go away. If I do a browser reload, they do go away.
Code: Select all
// Refresh button
$('#header-refresh').unbind('click').click(function () {
$(this).addClass('m-button-pressed');
if ($('#subscriptions').is(':hidden')) {
location.reload(true);
}
else {
refreshCats();
}
});
ttrssmailinator wrote:FYI: I'm seing the same discrepancy between the reload button and browser reload as described by ErikBennet. (This is with the version before tonight's update)
zed wrote:Since the "update read/unread state on Category count refresh" Pull request I have this loading screen issue where I am stuck at the Loading screen and cannot logout with the menu.
With the version before this never happens.
Users browsing this forum: No registered users and 3 guests