New issue
Advanced search Search tips

Issue 774121 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug

Blocking:
issue 831506



Sign in to add a comment

Fix the special-case code for textfield first responder left view thingie in the location bar view.

Project Member Reported by stkhapugin@chromium.org, Oct 12 2017

Issue description

  // TODO(stkhapugin): This should not be done like this; instead the
  // responder status of the textfield should be broadcasted and observed
  // by the mediator of location bar, that would then show/hide the
  // leading button.
  BOOL hidden = (!IsIPadIdiom() && [self.textField isFirstResponder]);
  [self setLeadingButtonHidden:hidden];
 

Comment 1 by sczs@chromium.org, Dec 8 2017

Blocking: 791455
Labels: -M-65 M-60
Labels: -M-60 M-70
Blocking: -791455 831506
Labels: -M-70 M-71
This is post-UI Refresh cleanup. 

Sign in to add a comment