Opened 7 years ago
Closed 6 years ago
#1483841 closed Bugs (worksforme)
Syntax Error in Folder name
| Reported by: | doctor@… | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | Client Scripts | Version: | 0.1-beta |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Output from Opera 9's error console:
JavaScript? - http://xxxxxxxxxx.its.manchester.ac.uk/roundcubemail/?_auth=ae7993b364aba32fd5aa00a6a3c6283b9518c303&_task=mail
Unknown thread
Error:
name: SyntaxError?
message: Statement on line 2881: Syntax error in call to eval: line 6 :
this.set_unread_count('Mike's Testing Folder!', 0)
Backtrace:
Line 2881 of linked script http://xxxxxxxxxx.its.manchester.ac.uk/roundcubemail/program/js/app.js
request_obj.reset();
Line 2841 of linked script http://xxxxxxxxxx.its.manchester.ac.uk/roundcubemail/program/js/app.js
rcube_webmail_client.http_response(o);
Line 3144 of linked script http://xxxxxxxxxx.its.manchester.ac.uk/roundcubemail/program/js/app.js
this.oncomplete(this);
Line 3115 of linked script http://xxxxxxxxxx.its.manchester.ac.uk/roundcubemail/program/js/app.js
ref.xmlhttp_onreadystatechange();
At unknown location
[statement source code not available]
Change History (1)
comment:1 Changed 6 years ago by jpingle
- Resolution set to worksforme
- Status changed from new to closed

Unable to reproduce this with Opera 9.02 and SVN [494f07b8].
Please reopen this ticket if you still receive this error, with more detail about what version of RC you are using along with what Opera version and what you were doing when the error appeared.
I tried creating/renaming/using/deleting a similarly named folder and each action worked as expected.