Opened 14 years ago

Closed 14 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 Garry Yao)

Environment

Firefox

Reproducing Procedures

  1. Open any of the sample page and load the editor with the following content and selection;
    <ol>
        <li>^item1<br /></li>
    </ol>
    
  2. Click the 'li' item on elementsPath bar to select the list item.
  3. 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)

5591.patch (1.3 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 Changed 14 years ago by Garry Yao

Description: modified (diff)
Owner: set to Garry Yao
Status: newassigned

Regression of [5240].
And could only reproduced with ordered list.

comment:2 Changed 14 years ago by Garry Yao

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 14 years ago by Garry Yao

Description: modified (diff)

Changed 14 years ago by Garry Yao

Attachment: 5591.patch added

comment:4 Changed 14 years ago by Garry Yao

Keywords: Review? added

comment:5 Changed 14 years ago by Frederico Caldeira Knabben

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 14 years ago by Garry Yao

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 14 years ago by Garry Yao

Keywords: Review? added; Pending removed

comment:8 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:9 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [5492].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy