Opened 11 years ago

Closed 11 years ago

#9470 closed Bug (fixed)

[Opera] Unable to close inline style at the end of block

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 4.0
Component: Core : Selection Version: 4.0
Keywords: Opera Cc:

Description

  1. Load replacebyclass sample in Opera and clear page contents
  2. Open bold style and type a few texts
  3. With cursor at the end of block, toggle bold style to leave from it
  • Expected: Newly inserted text are not in bold
  • Actual: Unable to leave from the bold style

It breaks test: http://ckeditor4.t/dt/plugins/font/font.html?name=test-apply-font-size-collapsed-cursor#

Change History (3)

comment:1 Changed 11 years ago by Garry Yao

Owner: set to Garry Yao
Status: newreview

Opened t/9470 for review.

The branch fixed the following cases of collapsed text selection in Opera:

<p>foo^<b>bar</b></p>
<p><b>foo</b>^bar</p>
<p>foo<b>bar</b>^</p>

comment:2 Changed 11 years ago by Piotrek Koszuliński

Status: reviewreview_passed

comment:3 Changed 11 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed
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