What steps will reproduce the problem?
1. Break in ClientHandler::HandleBeforeMenu and observe menuInfo.editFlags.
MENU_CAN_GO_FORWARD is always set
What is the expected output? What do you see instead?
MENU_CAN_GO_FORWARD should only be set if there is forward history
What version of the product are you using? On what operating system?
r94, Win XP
Please provide any additional information below.
Webkit added a new enum value to WebContextMenuData::EditFlags. This value
conflicted with the value chosen for Cef's MENU_CAN_GO_FORWARD. I've attached
a patch which assigns new values for Cef's menu capabilities which should avoid
conflict in the future. I also updated the default context menu handler to use
Cef's enum values. This usage maps more closely to what another consumer would
do.
Original issue reported on code.google.com by mikeyk...@gmail.com on 25 Aug 2010 at 9:03
Original issue reported on code.google.com by
mikeyk...@gmail.com
on 25 Aug 2010 at 9:03Attachments: