Opened 14 years ago
Closed 14 years ago
#7222 closed Bug (fixed)
Safari : It is not possible to apply single style to collapsed selection
Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | General | Version: | 3.5.3 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan, James Cunningham |
Description
To reproduce the defect:
- Open Ajax sample.
- with out focus in editor body, select a single formatting option. (ex: font size 36).
Expected Result:
Cursor stays in editor body and when we start typing the text, the formatting option(font size 36) applies to typed text.
Actual Result:
Cursor goes out of editor body and when we keep the cursor in editor body and start typing the text, the formatting option(font size 36) that we have selected is not applied and the format option also not shown in font size drop don list.
same issue happens when we apply any of normal formatting styles like bold,italic etc.
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.5.3 (SVN - trunk) |
comment:2 Changed 14 years ago by
Milestone: | → CKEditor 3.5.3 |
---|
Changed 14 years ago by
Attachment: | 7222.patch added |
---|
comment:3 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
comment:4 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6586].
A missing part of #1272.