Closed
Bug 603227
Opened 15 years ago
Closed 15 years ago
[regression] urlbar does not unfloat after dismissing awesomescreen
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(fennec2.0b2+)
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
fennec | 2.0b2+ | --- |
People
(Reporter: mbrubeck, Assigned: vingtetun)
References
Details
(Keywords: regression)
Attachments
(2 obsolete files)
Steps to reproduce:
1. Open Fennec
2. Tap in the urlbar to focus it.
3. Press escape ("back" on Android).
4. Scroll down.
Expected results: urlbar scrolls offscreen
Actual results: urlbar remains fixed to the top of the screen as the content pans
Possibly a regression from bug 596614.
Updated•15 years ago
|
tracking-fennec: --- → ?
Assignee | ||
Comment 1•15 years ago
|
||
This is a regression from bug 596614
Assignee: nobody → 21
Attachment #482200 -
Flags: review?(mark.finkle)
Updated•15 years ago
|
Attachment #482200 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 2•15 years ago
|
||
I've updated the patch because of a side effect of setting the element to a fixed position when showing the awesome screen. It looks liked 'fixed' position has a side effect of re-creating the inner frame for the element which kill the focused editor
Attachment #482200 -
Attachment is obsolete: true
Attachment #482236 -
Flags: review?(mark.finkle)
Comment 4•15 years ago
|
||
Comment on attachment 482236 [details] [diff] [review]
Patch v0.2
I don't like the setTimeout(... 100) here. I worry about 100 -> 500 on a different device.
Comment 5•15 years ago
|
||
setTimeout(..., 0) is the only good setTimeout unless the delay is on purpose.
Updated•15 years ago
|
tracking-fennec: ? → 2.0b2+
Assignee | ||
Comment 7•15 years ago
|
||
This will be fixed by bug 601619
Updated•15 years ago
|
Attachment #482236 -
Attachment is obsolete: true
Attachment #482236 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 8•15 years ago
|
||
fixed by 601619
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Comment 9•15 years ago
|
||
This is not a works for me bug if there is a specific bug that fixed the issue!
Resolution: WORKSFORME → FIXED
Comment 10•15 years ago
|
||
verified FIXED on build:
Mozilla/5.0 (Android; Linux armv71; rv:2.0b8pre) Gecko/20101015 Namoroka/4.0b8pre Fennec/4.0b2pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•