Opened 15 years ago
Closed 15 years ago
#4829 closed Bug (fixed)
[IE] Applying formatting from drop-down list on words highlighted by find does not work
Reported by: | Damian | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | Core : Styles | Version: | SVN (CKEditor) - OLD |
Keywords: | IE IBM Confirmed Review+ | Cc: |
Description
To reproduce the defect:
- Use the find command to highlight a particular word
- Close find dialog
- Use a drop-down list to apply some formatting to the highlighted word e.g. font size
Actual Result: The selected formatting is not applied to the word and the word is not highlighted
Expected Result: The formatting should apply to the word and the word should still remain highlighted
Tested on IE 6 & 7
Attachments (2)
Change History (10)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.1 → CKEditor 3.3 |
---|
comment:2 Changed 15 years ago by
Component: | General → Core : Styles |
---|---|
Keywords: | IE Confirmed added |
Owner: | set to Garry Yao |
Status: | new → assigned |
Version: | → SVN (CKEditor) |
comment:3 Changed 15 years ago by
Here's another bug that root the same problem with the ticket problem.
Environment
All IE versions
Reproducing Procedures
- Load the 'replacebyclass' sample page;
- Click on the 'CKEditor' link then open link dialog;
- Close the link dialog.
- Expected Result: The link stays selected.
- Open font size combo to appy the '72' size.
- Actual Result: The style is not been applied to the link text, cursor now stays at the beginning of the paragraph.
Changed 15 years ago by
Attachment: | 4829.patch added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:5 follow-up: 6 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
IE6 errors with "TextRange.prototype" is null or not an object
Changed 15 years ago by
Attachment: | 4829_2.patch added |
---|
comment:6 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:7 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Actually affects all IE versions.