Safari: Repeated paste creates issues
Repeated paste of simple text hangs the Safari 4.04 on windows.
Reproduce
- Start with an empty editor.
- Use following simple text:
foo bar
- Paste it several times using keyboard by not releasing CTRL+V.
Result
- Content similar to:
<p>
</p>
<p>
</p>
<p>
foo barfoo barfoo barfoo barfoo barfoo barfoo barfoo barfoo barfoo barfoo barfoo barfoo barfoo bar</p>
<br />
<br />
<body id="cke_pastebin"></body>
<body id="cke_pastebin">
</body>
<body id="cke_pastebin">
</body>
<body id="cke_pastebin">
</body>
<body id="cke_pastebin">
</body>
<body id="cke_pastebin">
</body>
<body id="cke_pastebin">
</body>
<body id="cke_pastebin">
</body>
<body id="cke_pastebin">
</body>
<body id="cke_pastebin">
</body>
After disabling SCAYT, this can't be reproduced. Looks similar to #5144.
Change History (8)
Component: |
General →
Core : Pasting
|
Keywords: |
Confirmed added
|
Milestone: |
CKEditor 3.3 →
CKEditor 3.x
|
Version: |
→ 3.1
|
Milestone: |
→ CKEditor 3.5
|
Owner: |
set to Garry Yao
|
Status: |
confirmed →
review
|
Milestone: |
CKEditor 3.5 →
CKEditor 3.4.2
|
Cc: |
WebSpellChecker.net removed
|
Keywords: |
Webkit added; Safari removed
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
We couldn't reproduce this using steps provided.