Ticket #1485081 (closed Bugs: fixed)
Bug with adding attachments while composing message in Opera
| Reported by: | Javer | Owned by: | |
|---|---|---|---|
| Priority: | 2 | Milestone: | 0.2-alpha |
| Component: | PHP backend | Version: | 0.1.1 |
| Severity: | major | Keywords: | |
| Cc: |
Description
In Opera 9.2x (may be in other versions too, not tested), after choosing attachment file and pressing upload button, browser send request to the server, and loading response process are hangs on unlimited period. Sniffer shows, that request is successfully sent to the server and response are downloaded, but after this browser does nothing, loading progress still visible, and as the result attachment are not added to the message. My research has shown, that for the first time this bug appeared when in distributive of Roundcube TinyMCE has been replaced from version 2.x with version 3.x (in revision 1308). In revision 1307 with TinyMCE 2.x adding attachments works fine. Why so, I have not understood, but with replacement TinyMCE on 2.x in trunk-version of Roundcube files are successfully attached to the message without any problems. May be some conflict in javascript.
