#1486232 closed Bugs (fixed)
IE8: All messagelist fields (from/to/etc.) are displayed as "0"
| Reported by: | rosali | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3.1 |
| Component: | PHP backend | Version: | 0.3-stable |
| Severity: | critical | Keywords: | |
| Cc: |
Description
http://www.roundcubeforum.net/issues-bugs/5635-mail-viewing-problem.html
I can confirm the issue with IE 8. I can reproduce it if a mark a message as deleted by Outlook Express while RoundCube is open. Next step is to do a "check for new messages" request. The problem must be in the AJAX request to refresh the list remotely.
Change History (5)
comment:1 Changed 4 years ago by alec
- Milestone changed from later to 0.3.1
comment:2 Changed 4 years ago by rosali
comment:3 Changed 4 years ago by alec
Ok, but we must find what's wrong inside of this function, because we need this.
comment:4 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Fixed in [b6c512a6].
comment:5 Changed 4 years ago by alec
- Component changed from Client Scripts to PHP backend
Note: See
TracTickets for help on using
tickets.

./program/steps/mail/func.inc #line 461
If I comment out ...
//if ($browser->ie) // $a_msg_cols = rc_utf8_clean($a_msg_cols);... problem is fixed for IE8. I don't have a chance to test if these two line are necessary for IE 6/7. Anyone else?