#7801 closed Bug (fixed)
[Opera] Nested block while pasting paragraphs
Reported by: | Krzysztof Studnik | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.1 |
Component: | Core : Pasting | Version: | 3.0 |
Keywords: | IBM Opera | Cc: | satya_minnekanti@… |
Description
Environment
Opera 11.10, Windows/Linux
TC
- Open any sample
- Clear all content and enter two paragraphs of text
- select all and copy
- paste copied content few times, using ctrl+v
Actual result
- Element path in status bar gets additional "p", on each paste (see attached screen)
- selecting first p in element path - all apragraphs selected
- selecting other p's content is scrolling up.
expected
Only one P is visible in element path After switching to source and back - element path is working properly
Attachments (3)
Change History (11)
Changed 14 years ago by
Attachment: | zrzut_ekranu-8.png added |
---|
Changed 14 years ago by
Attachment: | safari error.jpg added |
---|
comment:1 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|---|
Keywords: | IBM added |
comment:2 Changed 14 years ago by
Keywords: | Opera11 removed |
---|---|
Status: | new → confirmed |
comment:3 Changed 14 years ago by
Keywords: | Opera Webkit added |
---|---|
Summary: | Element path does not refresh properly while pasting paragraphs → Nested block while pasting paragraphs |
Elements path is not the one to blame but the pasted DOM structure.
In case of Safari & Chrome it is adding a new div & p tags each time we paste.
This's already filed #7146.
Changed 14 years ago by
Attachment: | 7801.patch added |
---|
comment:4 Changed 14 years ago by
Keywords: | Webkit removed |
---|---|
Summary: | Nested block while pasting paragraphs → [Opera] Nested block while pasting paragraphs |
comment:5 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
comment:6 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6954].
comment:8 Changed 14 years ago by
Milestone: | → CKEditor 3.6.1 |
---|
In case of Safari & Chrome it is adding a new div & p tags each time we paste.