Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(773)

Issue 2862983003: Ensure Omnibox suggestion measure width matches layout width.

Created:
3 years, 7 months ago by Ted C
Modified:
3 years, 7 months ago
Reviewers:
CC:
chromium-reviews, jdonnelly+watch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Ensure Omnibox suggestion measure width matches layout width. The layout of the suggestion text was limiting the available space to ensure it aligned with the omnibox above. The measure pass did not and allowed the text to consume all the available space, so the text was measured wider than the layout given and thus clipped off the trailing part of the text. BUG=718432

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -6 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/omnibox/SuggestionView.java View 2 chunks +7 lines, -6 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698