Opened 14 years ago
Closed 12 years ago
#6874 closed Bug (fixed)
[Opera] Selection mangled after apply inline style (CORE-41462)
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.6.6 |
Component: | Core : Selection | Version: | 3.6.6 |
Keywords: | Opera | Cc: | Hallvord R. M. Steen (Opera Software) |
Description
- Load any of the default sample page, make the following selection:
<p> This is so[me <strong>sam]ple text</strong>.</p>
- Apply any of the inline style
- Actual Result: Note the selection is changed.
Change History (11)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Cc: | Hallvord R. M. Steen (Opera Software) added |
---|
Seems to WFM in O11/CK3.5
comment:5 Changed 14 years ago by
Wondering if this might be related to Opera's bug CORE-3906..
I note that it's a matter of broken selection rendering - try clicking e.g. "Bold" several times. The entire highlighted selection is not bolded and unbolded, only the characters that were actually selected earlier!
comment:6 Changed 13 years ago by
Summary: | [Opera] Selection mangled after apply inline style → [Opera] Selection mangled after apply inline style (CORE-41462) |
---|
Finally managed to return to this - confirmed it is an Opera bug, and it's now reported as CORE-41462 on our side.
comment:7 Changed 12 years ago by
Even though CORE-41462 is marked as fixed, it is still reproducible.
(Opera/9.80 (Macintosh; Intel Mac OS X 10.8.2; U; en) Presto/2.10.289 Version/12.02)
comment:8 Changed 12 years ago by
Unfortunately yesterday I reported the same issue on v4 (#9447) and with the latest Opera 12.02. Except that it happens more often and in both "directions". I'd even say that it completely messes up the usability of the editor.
comment:9 Changed 12 years ago by
Milestone: | → CKEditor 3.6.6 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
comment:10 Changed 12 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The selection is in fact broken in Opera 12.12 because of this commit ([7655]).
- Apply e.g. italic style to
<p> This is so[me <strong>sam]ple text</strong>.</p>
<p> This is some <strong>sam[ple text</strong>. You ar]e using <a href="http://ckeditor.com/">CKEditor</a>.</p>
- rev 7654: selection is okay
- rev 7655: selection over "You ar" is lost
I am no longer able to reproduce the issue from TC if I revert [7655] in trunk.
comment:11 Changed 12 years ago by
Status: | reopened → confirmed |
---|---|
Version: | 3.0 → 3.6.6 (SVN - trunk) |
I have checked this on various systems and had the same results as @wwalc - it works as expected on Opera 12.12 from version 3.0 but without this revision.
I'm changing version to trunk rev. [7655] from 3.0
comment:12 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
The bug applies to also any selection that partially cover an inline element, not a regression though.