Summary: | REGRESSION: Preview popovers obscure the link, look wrong | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Beth Dakin <bdakin> | ||||
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, eric.carlson, glenn, jer.noble, philipj, sergio | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Beth Dakin
2014-12-16 16:10:05 PST
Created attachment 243403 [details]
Patch
Comment on attachment 243403 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243403&action=review > Source/WebKit2/UIProcess/mac/WKImmediateActionController.mm:422 > + NSPopoverAnimationController *popoverController = [NSPopoverAnimationController popoverAnimationControllerWithPopover:_previewPopover.get()]; Do you need a respondsToSelector here? |