Bug 14918

Summary: Long freezing during loading and selecting text of a large table
Product: WebKit Reporter: Samuel Allen <allen.sam>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, mitz, webkit
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 523.x (Safari 3)   
Hardware: PC   
OS: Windows XP   
URL: http://bugs.webkit.org/attachment.cgi?id=3234&action=view
Attachments:
Description Flags
Defer repaints during RenderView::setSelection() simon.fraser: review+

Description Samuel Allen 2007-08-09 12:23:39 PDT
Attachment 3234 [details], which I posted 2 years ago, has always shown poor performance when selecting text near the top of the table. On my old Mac mini, the performance noticably lagged behind the other browsers, even though loading the page was fast. 

The behavior I am seeing on Windows Vista Safari 3.0.3 and WebKit ToT is much worse. 

When I open the attachment from my hard disk and make a selection across the cells near the top, Safari hangs and is unresponsive for 2 minutes. 

So, Safari takes 2 minutes to do what every other browser I tested can do in less than 1 second. I don't know if this is a regression per se because I haven't tested a recent build on the Mac.
Comment 1 David Kilzer (:ddkilzer) 2007-08-10 06:27:08 PDT
This attachment is from Bug 4296.

Comment 2 Robert Blaut 2008-02-14 01:41:01 PST
Confirmed. It's a dramatic difference between Webkit on Mac OS X and on Windows. Webkit on Windows freezes for a long long time (a couple of minutes). Webkit on Mac OS X marks table almost instantly.
Comment 3 Adam Roben (:aroben) 2008-02-14 06:52:51 PST
<rdar://problem/5743105>
Comment 4 Robert Blaut 2008-02-15 03:26:26 PST
*** Bug 14917 has been marked as a duplicate of this bug. ***
Comment 5 mitz 2009-08-24 13:26:28 PDT
Created attachment 38497 [details]
Defer repaints during RenderView::setSelection()
Comment 6 mitz 2009-08-24 13:46:09 PDT
Fixed in <http://trac.webkit.org/projects/webkit/changeset/47726>.