Changes between Initial Version and Version 1 of Ticket #2387
- Timestamp:
- Jul 22, 2008, 1:49:16 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2387
- Property Keywords Confirmed Firefox added
-
Property
Version
changed from
to
SVN
-
Property
Summary
changed from
Bulleted list does not work properly in FF
toFF: Bulleted list error with CTRL+A
-
Property
Milestone
changed from
to
FCKeditor 2.6.3
-
Ticket #2387 – Description
initial v1 1 in Firefox/2.0.0.16, in online demo:[[BR]] 2 [[BR]] 3 Lets have following source:[[BR]] 4 [[BR]] 5 <div>aaa</div>[[BR]] 6 <div>bbb</div>[[BR]] 7 <div>ccc</div>[[BR]] 8 [[BR]] 1 Tested with Firefox/2.0.0.16, in the online demo. 9 2 10 In editing mode:[[BR]] 11 1. select all (by pressing Ctrl+A)[[BR]] 12 2. click "Insert/Remove Bulleted list"[[BR]] 13 JS error occure, first line is deleted[[BR]] 3 With the following source: 4 5 {{{ 6 <div>aaa</div> 7 <div>bbb</div> 8 <div>ccc</div> 9 }}} 10 11 In editing mode: 12 1. select all (by pressing Ctrl+A) 13 2. click "Insert/Remove Bulleted list" 14 15 A JS error is thrown and the first line of text is deleted.