Instruction set reference
HIPE_OP_EDIT_CONTEXT_REQUEST
Receiving this instruction on a top-level frame indicates that there has been an unhandled context menu request either in that frame or in a child (or descendent) of that frame.
This normally means the user has right-clicked on a section of text somewhere in the frame hierarchy and expects to see a default menu of clipboard commands such as cut/copy/paste. Due to limitations in webkit and hipecore, further information is not avaiable. However, a framing manager can respond by using a HIPE_OP_EDIT_STATUS instruction to query what commands are suitable for whatever the user has selected, and globally implement a default context menu that way.
This instruction is not generated if a context click event has already been handled by the application (e.g. to produce a more relevant menu at the application level).
- location: 0
- arg[]: Not used.
- requestor:: Not used.