Opened 10 years ago
Closed 9 years ago
#520 closed Bug (fixed)
Select Field doesn't accept values with &
| Reported by: | fredck | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
| Component: | General | Version: | |
| Keywords: | Confirmed, IE | Cc: | support.fckeditor@… |
Description
When editing the properties of a select field, options which the text and values have ampersands, with no spaces near it, are not applied and retrieved correctly.
This is a IE only issue. Works well with Firefox.
Steps to reproduce
- Open the Select Field dialog;
- Add an option with text and values set to "1&2". You will not that the values will not show correctly in the list;
- Click ok in the dialog;
- Check the source. You will have <option value="1&2" selected="selected">1</option> (to note "1" as innerHTML).
Change History (4)
comment:1 Changed 10 years ago by fredck
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 10 years ago by harking
- Resolution fixed deleted
- Status changed from closed to reopened
Looks like this is happening with urls too
- Highlight some text
- Click url button.
- Select protocol as "other", type in "/file & name.jpg"
- Click "OK"
View the source, you will see an & is inserted into the href attribute.
comment:3 Changed 10 years ago by harking
Oh, mah bad!
comment:4 Changed 9 years ago by fredck
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.

Fixed with [332].
Click here for more info about our SVN system.