RESOLVED FIXED 70643
[WK2] Crash after printing a view with accelerated compositing content
https://bugs.webkit.org/show_bug.cgi?id=70643
Summary [WK2] Crash after printing a view with accelerated compositing content
Alexey Proskuryakov
Reported 2011-10-21 13:49:20 PDT
Steps to reproduce: 1. Open any Web page that Safari Reader can display. 2. Enter Reader. 3. Cmd+P, Cancel. 4. Cmd+P again. The problem is that -[WKView drawRect:] is not used to paint this view, so we don't have a chance to ever call endPrinting. <rdar://problem/9479083>
Attachments
proposed fix (1.50 KB, patch)
2011-10-21 14:10 PDT, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2011-10-21 14:10:26 PDT
Created attachment 112018 [details] proposed fix
Alexey Proskuryakov
Comment 2 2011-10-21 14:25:38 PDT
Note You need to log in before you can comment on or make changes to this bug.