Opened 15 years ago
Closed 15 years ago
#5591 closed Bug (fixed)
[Firefox] StylesCombo problem block-level element selection
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | UI : Floating Panel | Version: | 3.2.1 |
Keywords: | Confirmed Review+ | Cc: |
Description (last modified by )
Environment
Firefox
Reproducing Procedures
- Open any of the sample page and load the editor with the following content and selection;
<ol> <li>^item1<br /></li> </ol>
- Click the 'li' item on elementsPath bar to select the list item.
- Click to open 'Styles Combo'.
- Actual Result 1: All style options is available on panel list;
- Actual Result 2: Float panel will not close when putting cursor back into editor document.
Attachments (1)
Change History (10)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 15 years ago by
After some investigation, the bug could only be reproduced when list item contains a bogus <br /> and I believe it's a regression of [5255] instead.
comment:3 Changed 15 years ago by
Description: | modified (diff) |
---|
Changed 15 years ago by
Attachment: | 5591.patch added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:5 Changed 15 years ago by
Keywords: | Pending added; Review? removed |
---|
It WFM... I don't see any issue, and no changes after the patch. Can you confirm it with some explanation?
comment:6 Changed 15 years ago by
After some investigation, the bug could only be reproduced when list item contains a bogus <br />
My fault, loading the <br /> in source doesn't keep it, you'll need to create a list from scratch to reproduce it.
comment:7 Changed 15 years ago by
Keywords: | Review? added; Pending removed |
---|
comment:8 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Regression of [5240].
And could only reproduced with ordered list.