Changes between Initial Version and Version 2 of Ticket #1682
- Timestamp:
- Feb 2, 2008, 11:55:28 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1682
- Property Keywords Firefox Opera Safari added; control element firefox opera safari removed
-
Ticket #1682 – Description
initial v2 1 1 When you insert a control element and try to edit it, it's current information is not displayed. However, whatever you type in will be properly put into the element you're editing. 2 2 3 1. Go here: http://www.fckeditor.net/demo [[BR]] 4 2. Insert a radio button, checkbox or button[[BR]] 5 3. Select the button and try to edit it, it won't get the current information (name, text, selected) for the element[[BR]] 6 4. If you click 'OK', it will change the current button whatever you've specified[[BR]] 3 1. Go here: http://www.fckeditor.net/demo 4 2. Insert a radio button, checkbox or button 5 3. Select the button and try to edit it, it won't get the current information (name, text, selected) for the element 6 4. If you click 'OK', it will change the current button whatever you've specified 7 7 8 8 There seems to be a problem with the getSelection() function somehow; in the pop-up window, FCKSelection.GetSelectedElement() returns a null. 9 9 10 IE 6 and IE 7 don't seem to have the problem, but the following do: [[BR]]11 * Safari 3.0.4[[BR]] 12 * Firefox 2.0.0.11[[BR]] 13 * Opera 9.5 (build 9613)10 IE 6 and IE 7 don't seem to have the problem, but the following do: 11 * Safari 3.0.4 12 * Firefox 2.0.0.11 13 * Opera 9.5 (build 9613)