Closed
Bug 1167216
Opened 9 years ago
Closed 9 years ago
Regression: URL bar placeholder shifts to the left on focus
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronmt, Assigned: fluffyemily)
References
Details
Attachments
(2 files)
"Search or enter address" shifts to the left on URL bar focus all of a sudden
Comment 1•9 years ago
|
||
This wasn't visible before because of 1137051. we'll track but its low priority.
tracking-fennec: ? → +
Comment 2•9 years ago
|
||
This is because we actually switch between a UILabel and a UITextField and the two don't overlap perfectly.
Assignee: nobody → etoop
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8611139 -
Flags: review?(wjohnston)
Assignee | ||
Comment 4•9 years ago
|
||
Have rewritten BrowserLocationView and URLBarView to use only one UITextField instead of a UILabel/UITextField combo
Comment 5•9 years ago
|
||
Comment on attachment 8611139 [details] [review]
Pull request
Sorry, this slipped by my radar :( I put some comments in the PR. I think we need to make sure the spacing stays the same and the select-ed behavior isn't regressed either.
Attachment #8611139 -
Flags: review?(wjohnston) → review-
Updated•9 years ago
|
tracking-fxios:
--- → +
Assignee | ||
Comment 6•9 years ago
|
||
Updated as requested. I've used a much better strategy that uses autolayout for the display of the reader view button and the lock icon.
Attachment #8620720 -
Flags: review?(wjohnston)
Comment 7•9 years ago
|
||
Comment on attachment 8620720 [details] [review]
Pull Request
Looks good! Thanks, I think this is a good move for the way this is built.
Attachment #8620720 -
Flags: review?(wjohnston) → review+
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•