Bug 113562 - [BlackBerry] Cleanup the CONTEXT_MENUS in BlackBerry porting
Summary: [BlackBerry] Cleanup the CONTEXT_MENUS in BlackBerry porting
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charles Wei
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-29 01:29 PDT by Charles Wei
Modified: 2013-03-29 06:17 PDT (History)
8 users (show)

See Also:


Attachments
Patch (8.32 KB, patch)
2013-03-29 01:46 PDT, Charles Wei
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Wei 2013-03-29 01:29:18 PDT
BlackBerry has its own context menu mechanism, that is, when touch-hold event happens, the application will query the webkit about the target element, and will come up with the context menu based on the attributes of the target element.

So we should cleanup the webcore contextmenu support with blackberry porting. This doesn't disable the oncontextmenu event, which means that the javascript code still get the chance to get the event and do it's logic for the event.
Comment 1 Charles Wei 2013-03-29 01:46:28 PDT
Created attachment 195708 [details]
Patch
Comment 2 Charles Wei 2013-03-29 01:51:23 PDT
Internal tracking Number: 317576.
Comment 3 WebKit Review Bot 2013-03-29 06:16:58 PDT
Comment on attachment 195708 [details]
Patch

Clearing flags on attachment: 195708

Committed r147212: <http://trac.webkit.org/changeset/147212>
Comment 4 WebKit Review Bot 2013-03-29 06:17:02 PDT
All reviewed patches have been landed.  Closing bug.