Closed
Bug 1193755
Opened 9 years ago
Closed 9 years ago
[Regression] Transition to URL edit mode stretches url label
Categories
(Firefox for iOS :: Theme & Visual Design, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fxios | + | --- |
People
(Reporter: dhenein, Assigned: sleroux)
Details
Attachments
(4 files, 1 obsolete file)
See attached video. This looks pretty bad.
Comment 1•9 years ago
|
||
Expected: slide; no stretch, no scale.
Assignee | ||
Comment 2•9 years ago
|
||
I'll see if this can be a quick win
Comment 3•9 years ago
|
||
WAIT whoa i think my fix fixes this too
Updated•9 years ago
|
Assignee: nobody → bmunar
Comment 4•9 years ago
|
||
Attachment #8647101 -
Flags: ui-review?(dhenein)
Attachment #8647101 -
Flags: review?(bnicholson)
Updated•9 years ago
|
Attachment #8647101 -
Flags: review?(sleroux)
Comment 5•9 years ago
|
||
Comment on attachment 8647101 [details] [review]
PR
Haven't tried this out yet, but left some comments in the PR.
Attachment #8647101 -
Flags: review?(bnicholson) → feedback+
Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8647101 [details] [review]
PR
I don't think this fixes the stretching of the URL text or the alpha fade.
Whenever we enter editing mode, the text looks to be stretched and the buttons disappear instead of animations out to the left.
Whenever we exit editing mode, the buttons appear right away on top of the text field
These were taking in landscape on the iPhone 6 simulator.
I'm not sure what the best approach is given we want to do an RC on Friday. I feel like modifying a bunch of the constraints might be risky. Let's have a discussion about this tomorrow @ triage.
Attachment #8647101 -
Flags: review?(sleroux) → review-
Assignee | ||
Comment 7•9 years ago
|
||
Assignee | ||
Comment 8•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8647226 -
Attachment description: Editing editing → Exiting editing
Reporter | ||
Comment 9•9 years ago
|
||
Comment on attachment 8647101 [details] [review]
PR
This is the same patch as https://bugzilla.mozilla.org/show_bug.cgi?id=1190999 so same comments apply.
Attachment #8647101 -
Flags: ui-review?(dhenein) → ui-review-
Updated•9 years ago
|
Assignee: bmunar → administration
Assignee | ||
Updated•9 years ago
|
Assignee: administration → sleroux
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•9 years ago
|
Attachment #8647101 -
Attachment is obsolete: true
Assignee | ||
Comment 10•9 years ago
|
||
Attachment #8649380 -
Flags: ui-review?(dhenein)
Attachment #8649380 -
Flags: review?(bnicholson)
Reporter | ||
Comment 11•9 years ago
|
||
Comment on attachment 8649380 [details] [review]
https://github.com/mozilla/firefox-ios/pull/948
Now we're talkin'! Looks great, thanks.
Attachment #8649380 -
Flags: ui-review?(dhenein) → ui-review+
Updated•9 years ago
|
Attachment #8649380 -
Flags: review?(bnicholson) → review+
Assignee | ||
Comment 12•9 years ago
|
||
I found an issue with the text stretch PR - because I moved the setting of the text inside the dispatch_async method, there was a bug where when you switch tabs, and you go to edit the url, you see the old url for a moment before the new one comes in. Added an update for it here so we can preserve the same behaviour for the pasted case: https://github.com/mozilla/firefox-ios/commit/ac06df4fa486fe5ee304465ad670c873a45dd782
Assignee | ||
Comment 13•9 years ago
|
||
Merged
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•