Changes between Version 1 and Version 3 of Ticket #252
- Timestamp:
- Sep 28, 2007, 9:56:08 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #252
-
Property
Milestone
changed from
to
FCKeditor 3.0
-
Property
Milestone
changed from
-
Ticket #252 – Description
v1 v3 23 23 }}} 24 24 25 1. With IE (7.0) paste above code in source mode 26 2. Switch to wysiwyg mode. Text is fine. 27 3. Go to source. Beginning source is <p><span style="background-color: #ffffff"> 25 1. With IE (7.0) paste above code in source mode 26 2. Switch to wysiwyg mode. Text is fine. 27 3. Go to source. Beginning source is 28 {{{ 29 <p><span style="background-color: #ffffff"> 28 30 <div align="center"> 29 31 <p align="justify"> 30 4. Switch out of source mode. Text still looks right. 31 5. Go back to source mode. Beginning source is now <p> 32 }}} 33 4. Switch out of source mode. Text still looks right. 34 5. Go back to source mode. Beginning source is now 35 {{{ 36 <p> 32 37 <p> </p> 33 38 </p> 34 39 <div align="center"> 35 6. Switch out of source mode. Text is now 2 lines down 36 7. go back to source mode. Beginning text is <p> </p> 40 }}} 41 6. Switch out of source mode. Text is now 2 lines down 42 7. go back to source mode. Beginning text is 43 {{{ 44 <p> </p> 37 45 <p> </p> 38 46 <p> </p> 39 47 <div align="center"> 40 8. Wysiwyg now shows text 6 lines down. 41 9. Toggling back and forth stops the behavior with <p> </p> 48 }}} 49 8. Wysiwyg now shows text 6 lines down. 50 9. Toggling back and forth stops the behavior with 51 {{{ 42 52 <p> </p> 43 53 <p> </p> 54 <p> </p> 55 }}} 44 56 45 57 With FF 2.0.02 46 58 Performing the above tests with FF works correctly. Source reveals: 59 {{{ 47 60 <p><span style="background-color: rgb(255, 255, 255);"> 48 61 <div align="center"> 62 }}} 49 63 50 64 with no bizarre behavior as with IE. One small issue though is the above code in FF has the wysiwyg text starting with one blank line at the beginning. With IE in step 2 above, the text was flush at the editor top.