Ticket #1483808 (closed Bugs: fixed)

Opened 4 years ago

Last modified 3 years ago

Losing messages but they appear when refreshed

Reported by: suresh@… Owned by:
Priority: 3 Milestone: 0.1-rc1
Component: Client Scripts Version: 0.1-beta
Severity: major Keywords:
Cc: m.polak@…, hans@…

Description

I have the candidate build from May 5th. Stuff just disappears from the screen. when i do a browser refresh i see them again. is there a fix already?

Attachments

Microsoft Word - Document1.zip (237.7 KB) - added by seansan 4 years ago.

Change History

Changed 4 years ago by jbjones

I have the same problem on my install. Same version.

Changed 4 years ago by fak3r

Can anyone reproduce this with svn? I'm on r288 and I do not see this. (Dovecot 1.0-r2 and Postfix 2.2.x)

Changed 4 years ago by felipekk

  • priority changed from 1 to 3
  • milestone set to 0.1rc1

Im having a related problem.

I login, everything is ok. But when I press the "next" button to see the other emails, I get an empty page. I only see the new mail when I clic "Email" in the toolbar. It is kinda stressing having to press "Email" everytime I navigate trough my emails just to see the email listing.

Im on Fedora Core 5, using RoundCube beta2 and Dovecot: Installed Packages dovecot.i386 1.0-0.beta8.2.fc5 installed

Changed 4 years ago by seansan

Changed 4 years ago by seansan

Is this ticket still open? I understand people cannot reproduce ....

For the second part there seems to be something there indeed. (See attachment). The code is not following the correct path ... Inbox is not really beeing updated when we are checking for new e-mail

Changed 4 years ago by seansan

Duplicate case logged on SVN 461 - see #1484237 for more details

Changed 4 years ago by seansan

Another duplicate case logged - see 1484136 for more details

Changed 4 years ago by leftquark

In response to the posts in ticket #1484136, some people are reporting that this happens only when multiple sessions of roundcube (or Thunderbird) are open. This is happening to me with only ONE session open. I have no other IMAP connections open to my mail server except for roundcube and I am still finding that the count updates but the emails shown in my inbox do not.

I am running Firefox 2.0 on Windows XP sp2 using SVN 461 with caching enabled and preview pane enabled.

Changed 4 years ago by hans@…

I have the same issue. I have not other IMAP connections open, yet I only receive new messages with any degree of consistency if I manually refresh the browser or click on another folder and then back on inbox.

Changed 4 years ago by cy23

Have the same problem. It happens, when i delete more messages, for example:

1) chosse one or more messages (not click, just choose multiple) 2) release choosement and choose another message 3) delete this message

I can reproduce this with the steps above. After navigating to another folder and coming back, the deleted message is back in the list.

Changed 3 years ago by m.polak@…

I'm experiencing the same with the RoundCube mail installed by the InstallCentral? SiteTools? in my Powweb OPS admin tool. Running v.0.1-beta.

Changed 3 years ago by seansan

See ticket #1484310

Changed 3 years ago by seansan

  • cc m.polak@…, hans@… added

[retest ok]

I tested as described by cy23 with latest SVN

1) choose one or more messages (not click, just choose multiple) 2) release choosement and choose another message 3) delete this message

RETEST = OK (the messages is gone, as it should be)

Changed 3 years ago by seansan

Hm - but now I have JS errors somewhere here telling me that list object is null or not an object

/**

  • 'remove' message row from list (just hide it) */

remove_row: function(uid) {

if (this.rows[uid].obj)

this.rows[uid].obj.style.display = 'none';

this.rows[uid] = null;

},

Changed 3 years ago by thomasb

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

Works for me.

Note: See TracTickets for help on using tickets.