WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
14755
Safari repaints for cursor blinks
https://bugs.webkit.org/show_bug.cgi?id=14755
Summary
Safari repaints for cursor blinks
Sridhar Gurivireddy
Reported
2007-07-24 13:24:12 PDT
When a edit box is focussed to get the keyboard focus, Safari gets a WM_PAINT for every cursor_blink Use SPY++ that comes with Visual studio to see the messages posted on "WebView" window. GDI should take care of re-painting what was behind the cursor. There should not be WM_PAINT messages. Compare with Firefox and IE to see the difference
Attachments
Add attachment
proposed patch, testcase, etc.
Adam Roben (:aroben)
Comment 1
2007-07-24 13:31:06 PDT
WebKit on Windows uses CoreGraphics to draw, not GDI. This includes drawing the blinking cursor/caret. (The painting that we do for the caret is limited to the area of the caret itself, and is very fast)
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug