| Summary | Javascript problem with single quote in mailbox folder name |
| Queue | IMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
| Requester | thomas.trolez (at) neofelis (dot) fr |
| Created | 3/15/07 (6967 days ago) |
| Due | |
| Updated | 3/22/07 (6960 days ago) |
| Assigned | 3/19/07 (6963 days ago) |
| Resolved | 3/22/07 (6960 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
use the nodeId values when building javascript function calls. So
nodeId "a'b" creates a function call like the following:
horde_menu.toggle('a'b');
This should be fixed with JS replace() calls I just put into tree.js
(HEAD and 4.1.5).
given that Horde_Tree uses JSON for javascript, though, where's this
coming from?
State ⇒ Feedback
Assigned to
don't believe we should require a user to quote their node ID before
passing into Horde_Tree. Especially since the quoting algorithim may
differ depending on the Tree backend selected.
Agree/disagree?
Summary ⇒ Javascript problem with single quote in mailbox folder name
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Java Scrip prolem with single quote in mailbox folder name
Queue ⇒ IMP
State ⇒ Unconfirmed
When a mailbox folder contain a single quote (eg : it's my home
folder) we can't expand the subtree of this folder.
I thing this bug can be solve by protect single quote into single
quoted string in javascript
regards