New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 733867 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug

Blocking:
issue 627234



Sign in to add a comment

Potential refactoring bug in content_view_core_impl

Project Member Reported by dtrainor@chromium.org, Jun 15 2017

Issue description

During the refactor here: https://codereview.chromium.org/2785853002

It looks like ContentViewCoreImpl::ShowContextMenu() had an if check that went from:

!(params.is_editable && params.selection_text.empty())

to

(!params.is_editable && params.selection_text.empty())


The "!" got moved inside the parenthesis.  Just want to check that this was intentional and if not get it assigned.  Thanks!
 
Blocking: 627234
Status: WontFix (was: Assigned)
The move was intentional. We don't want to show the menu when it is not editable and isn't a selection. Thanks for being on the lookout!
Ok thanks!  Investigating another M59 bug and tracking context menu image download changes.  Sorry for the false alarm!

Sign in to add a comment