Bug 38372 - Caret may fail to blink if a focus handler brings up a modal dialog
Summary: Caret may fail to blink if a focus handler brings up a modal dialog
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Jon Honeycutt
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-04-29 20:59 PDT by Jon Honeycutt
Modified: 2010-04-30 17:50 PDT (History)
0 users

See Also:


Attachments
patch (8.07 KB, patch)
2010-04-30 01:58 PDT, Jon Honeycutt
darin: review+
jhoneycutt: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Honeycutt 2010-04-29 20:59:11 PDT
If an <input> element has an onfocus handler that brings up a modal dialog, dismissing the modal dialog may leave an unblinking cursor in the input field.

<rdar://problem/7880378>
Comment 1 Jon Honeycutt 2010-04-30 01:58:10 PDT
Created attachment 54788 [details]
patch
Comment 2 Jon Honeycutt 2010-04-30 17:50:00 PDT
Landed in r58625.