Opened 16 years ago
Closed 16 years ago
#3169 closed Bug (fixed)
[IE] Indent problem with <pre>
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IE WorksForMe | Cc: |
Description
Reproducing Procedures
- Open the replace by code example page;
- Make document content and selection as following:
<pre> text^</pre>
- Hit Enter key then click Select All command;
- Click Indent command;
- Actual Result : Javascript Error occured.
- Expected Result :
<pre style="margin-left: 40px"> text </pre>
Change History (2)
comment:1 Changed 16 years ago by
Keywords: | WorksForMe added |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed by recent changset.
WFM. Can you confirm it has been fixed?