Bug 144143 - Context menus are not reshown after an orientation change
Summary: Context menus are not reshown after an orientation change
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified iOS 8.2
: P2 Normal
Assignee: Jon Honeycutt
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2015-04-24 01:49 PDT by Jon Honeycutt
Modified: 2015-04-27 14:59 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.53 KB, patch)
2015-04-24 01:55 PDT, Jon Honeycutt
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Honeycutt 2015-04-24 01:49:22 PDT
Context menus are hidden during an orientation change and do not reappear when the rotation completes.

1. Navigate to <http://i.imgur.com/ZoLUQOS.jpg>
2. Long-press on the image to get a context menu
3. Rotate the device

Context menu should continue to show, but it is dismissed. On a debug build, long-pressing again after rotation results in an assertion failure.

<rdar://problem/20679931>
Comment 1 Jon Honeycutt 2015-04-24 01:55:22 PDT
Created attachment 251544 [details]
Patch
Comment 2 David Kilzer (:ddkilzer) 2015-04-24 03:45:05 PDT
Jon says this may be a regression from Bug 133582 and r169664:
<http://trac.webkit.org/changeset/169664>
Comment 3 Jon Honeycutt 2015-04-27 14:59:07 PDT
Committed r183426: <http://trac.webkit.org/changeset/183426>