Bug 198936 - Dismiss Calloutbar when text is entered
Summary: Dismiss Calloutbar when text is entered
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Megan Gardner
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-06-17 15:52 PDT by Megan Gardner
Modified: 2022-02-10 16:44 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2019-06-17 15:53 PDT, Megan Gardner
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Megan Gardner 2019-06-17 15:52:18 PDT
Dismiss Calloutbar when text is entered
Comment 1 Megan Gardner 2019-06-17 15:53:58 PDT
Created attachment 372282 [details]
Patch
Comment 2 Megan Gardner 2019-06-17 15:54:18 PDT
<rdar://problem/51075196>
Comment 3 Daniel Bates 2019-06-19 12:25:14 PDT
Changes look good, but what about marked text? <-- do we need to do the same for this? If not, why?
Comment 4 Daniel Bates 2019-06-19 12:30:23 PDT
Just thought of something else: key commands, and web page that calls preventDefault() on keypress. <--- neither insert text, okay to not hide the fallout bar for these cases?
Comment 5 Megan Gardner 2021-08-17 18:16:46 PDT
Seems to be a short-sighted fix to something that is much more complicated. Obviously not a terrible issue right now.