-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
bugSomething isn't workingSomething isn't workingdocdocumentation issuesdocumentation issuestrackedWe are tracking this work internally.We are tracking this work internally.
Description
Example:
if (!m_displayPageUrlContextSubMenuItem)
{
items->RemoveValueAtIndex(0); // Back
itemsCount--;
items->RemoveValueAtIndex(0); // Forward
itemsCount--;
items->RemoveValueAtIndex(5); // Share
itemsCount--;
items->RemoveValueAtIndex(5); // Separator
itemsCount--;
}
Looks like:
Questions:
- Is the default menu always going to be the same? I am concerned about using the literal index positions. If the default menu changes my code then breaks. What is the best approach?
- Save As does nothing in my application. Why?
- Can we change Inspect (which works) to Inspect Element?
- How can we add new functional menu item for View Page Source?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocdocumentation issuesdocumentation issuestrackedWe are tracking this work internally.We are tracking this work internally.
