Opened 15 years ago
Closed 15 years ago
#5312 closed Bug (wontfix)
When selected content has more than one paragraph format, paragraph format list box always showing the paragraph format option of the first selected line of text
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2 |
Keywords: | IBM | Cc: | joek, Damian |
Description (last modified by )
To reproduce the defect
- Open ajax sample
- Type few lines of text(say 6) and apply diff Paragraph formattings(Heading 1 to Heading 6) to each line.
- select all the content and look for the fomatting option displayed in Pragraph Format list box.
Actual: Paragraph Format list box displays the Paragraph format option of the Top line in the selected content
Expected: Paragraph Format list box should not display any option, since the selected text has diff paragraph format option applied.
Same issues also happens with Font Name, Font Size and Styles drop down lists
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | → CKEditor 3.3 |
---|
comment:2 Changed 15 years ago by
Keywords: | Pending added |
---|
comment:4 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Pending removed |
Milestone: | CKEditor 3.3 |
Resolution: | → wontfix |
Status: | new → closed |
This is by design. The toolbar will be always sensitive to the start of the selection only. Any change in this sense will have drastic impact on the editor performance.
I guess you're meaning the opposite "Expected" and "Actual" here?