Opened 12 years ago
Closed 12 years ago
#9468 closed Bug (fixed)
[Opera] Apply block style moves cursor to the start of block
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | Core : Styles | Version: | 4.0 |
Keywords: | Opera | Cc: |
Description (last modified by )
- Load replacebyclass sample page with the following content and selection:
<p>foobar^</p>
- Open Format combo to apply any block style;
- Actual: Format get applied with cursor collapsed to the start of block.
Test fails: http://ckeditor4.t/dt/core/style/editor.html?name=test-applyremove-style-on-editor---basic
Change History (4)
comment:1 Changed 12 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
I can't reproduce this issue. And that test was failing for a couple of months.
comment:3 Changed 12 years ago by
Description: | modified (diff) |
---|
Ok, the reproducing of ticket tc is not constant, but it can be constantly produced if the original cursor position is at the end of block.
Test test failure I'm pointing to, is particularly the following TC, that are masked by another unrelated failure in the same test:
this.assertApplyStyle( '<p>foo^</p>', '<h1 class="foo" style="text-align:right;">foo^</h1>', block );
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The regressed change is reverted.
Regression of c83f76.