Opened 16 years ago
Closed 16 years ago
#2712 closed Bug (fixed)
Editor crashes when left-aligning centered text
Reported by: | rmehlem | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Confirmed IE | Cc: |
Description
This has been confirmed with FCKEditor 2.6.3.
Steps to reproduce:
- Paste the following text in source view:
(Test Data):
<div class="O" v:shape="_x0000_s1026" style="text-align: center"><span style="font-size: 20pt">E-BizL [%] = <div class="O" v:shape="_x0000_s1026" style="text-align: center"><span style="font-size: 16pt">Shipping units with electronic interchange / <div class="O" v:shape="_x0000_s1026" style="text-align: center"><span style="font-size: 16pt">All shipping units (based on actual arrival date)</span></div> </span></div> </span></div>
- Switch to usual view
- put the cursor at the start of the word "units"
- click left-align. the browser is caught in a loop
Browser name and OS : IE 7.0.5730.11 on Windows XP Professional, SP 2
Change History (6)
comment:1 Changed 16 years ago by
Keywords: | Confirmed IE added |
---|
comment:3 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
After some tests, this is found to be the same bug as #2679. Marking this as a dup.
comment:4 Changed 16 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
After applying the patch for #2679 the error still persists.
comment:5 Changed 16 years ago by
Now, when only putting the cursor to the start of the word unit it will work with the patch mentioned above. But when selecting the whole text and the trying to left align, the editor will crash again and create a huge number of lines like this:
<div class="O" v:shape="_x0000_s1026"> </div>
comment:6 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
resolved with 2.6.4 beta
Confirmed in IE6 and IE7. Ok in other browsers.