New issue
Advanced search Search tips

Issue 865365 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Omnibox completion shifts text up slightly

Project Member Reported by pschaffner@chromium.org, Jul 19

Issue description

1. focus omnibox
2. clear the omnibox by typing a character (hitting delete if necessary to remove the completion if it arrives)
3. type another character that will trigger a completion and see how the text shifts upward slightly
 
Labels: -Pri-1 Q3 MS-Omnibox Pri-2
Making this P2 unless you (Pete) feel strongly that it's a must-fix.
I'm ok with marking as 2, but I would love it if it could fixed for 69 if at all possible. Because the omnibox is such a visible interface and this bug can happen a lot, I fear that though not critical, it can give a negative impression of the software.
Status: Started (was: Assigned)
I only fixed it a few weeks ago, but it turns out that the magic constant we use to hide the difference between UILabel and UITextField rendering the same string in the same frame actually depends on the font. We changed the font size and this brought back the jumping. Uploaded https://chromium-review.googlesource.com/c/chromium/src/+/1143389
Clever fix! Thanks!
Status: ExternalDependency (was: Started)
Filed radar 43555961. I don't think we can use a textfield anymore, because we can't disable string truncation with an ellipsis in a textfield. 

Sign in to add a comment