Opened 14 years ago

Closed 13 years ago

#5730 closed Bug (fixed)

Safari: Repeated paste creates issues

Reported by: Tobiasz Cudnik Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.4.2
Component: Core : Pasting Version: 3.1
Keywords: Webkit Cc:

Description

Repeated paste of simple text hangs the Safari 4.04 on windows.

Reproduce

  1. Start with an empty editor.
  2. Use following simple text:
    foo bar
    
  3. Paste it several times using keyboard by not releasing CTRL+V.

Result

  1. Content similar to:
    <p>
    	&nbsp;</p>
    <p>
    	&nbsp;</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">
    	&nbsp;</body>
    <body id="cke_pastebin">
    	&nbsp;</body>
    <body id="cke_pastebin">
    	&nbsp;</body>
    <body id="cke_pastebin">
    	&nbsp;</body>
    <body id="cke_pastebin">
    	&nbsp;</body>
    <body id="cke_pastebin">
    	&nbsp;</body>
    <body id="cke_pastebin">
    	&nbsp;</body>
    <body id="cke_pastebin">
    	&nbsp;</body>
    <body id="cke_pastebin">
    	&nbsp;</body>
    

After disabling SCAYT, this can't be reproduced. Looks similar to #5144.

Attachments (1)

5730.patch (583 bytes) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 14 years ago by WebSpellChecker.net

We couldn't reproduce this using steps provided.

comment:2 Changed 14 years ago by Garry Yao

Component: GeneralCore : Pasting
Keywords: Confirmed added
Milestone: CKEditor 3.3CKEditor 3.x
Version: 3.1

Not a SCAYT problem actually, could reproduced by holding down the keys for a while, really an edge case though, we can defer it.

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

Changed 13 years ago by Garry Yao

Attachment: 5730.patch added

comment:4 Changed 13 years ago by Garry Yao

Milestone: CKEditor 3.5
Owner: set to Garry Yao
Status: confirmedreview

comment:5 Changed 13 years ago by Garry Yao

Milestone: CKEditor 3.5CKEditor 3.4.2

comment:6 Changed 13 years ago by Sa'ar Zac Elias

Cc: WebSpellChecker.net removed
Keywords: Webkit added; Safari removed
Status: reviewreview_passed

comment:7 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [5993].

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