Closed
Bug 718684
Opened 13 years ago
Closed 13 years ago
Form Autocomplete popup has wrong position inside frames
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox11 verified, firefox12 verified, firefox13 verified, fennec+)
VERIFIED
FIXED
Firefox 13
People
(Reporter: martijn.martijn, Assigned: kats)
References
()
Details
(Keywords: testcase)
Attachments
(3 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
sriram
:
review+
mfinkle
:
approval-mozilla-aurora+
mfinkle
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
sriram
:
review+
mfinkle
:
approval-mozilla-aurora+
mfinkle
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
See testcase, steps to reproduce:
- Focus input, type something so the form autocomplete popup comes up.
Expected result:
- Form autocomplete popup should appear under the text input
Actual result:
- Form autocomplete popup appears over text input
It seems as if the form autocomplete popup positioning code doesn't take into account when a page is inside an (i)frame. You can see that with the iframes at the right/bottom of the page. In those cases, the form autcomplete popup still appears at the top left of the screen, instead just under or over the text input.
Updated•13 years ago
|
Assignee: nobody → bugmail.mozilla
tracking-fennec: --- → +
Priority: -- → P3
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #593460 -
Flags: review?(sriram)
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #593461 -
Flags: review?(sriram)
Comment 3•13 years ago
|
||
Comment on attachment 593460 [details] [diff] [review]
(1/2) Minor cleanup
This looks good to me.
Attachment #593460 -
Flags: review?(sriram) → review+
Comment 4•13 years ago
|
||
Comment on attachment 593461 [details] [diff] [review]
(2/2) Fix rect being used
This looks good to me.
Attachment #593461 -
Flags: review?(sriram) → review+
Assignee | ||
Comment 5•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b4de07959f1b
https://hg.mozilla.org/integration/mozilla-inbound/rev/2e5c15acd1cd
status-firefox11:
--- → affected
status-firefox12:
--- → affected
status-firefox13:
--- → fixed
Target Milestone: --- → Firefox 13
Comment 6•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b4de07959f1b
https://hg.mozilla.org/mozilla-central/rev/2e5c15acd1cd
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 593460 [details] [diff] [review]
(1/2) Minor cleanup
[Approval Request Comment]
Regression caused by (bug #): none
User impact if declined: none
Testing completed (on m-c, etc.): on-mc
Risk to taking this patch (and alternatives if risky): this one is just cleanup, so low-risk. if we don't take it future patches may not apply cleanly. mobile-only.
String changes made by this patch:
Attachment #593460 -
Flags: approval-mozilla-beta?
Attachment #593460 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 8•13 years ago
|
||
Comment on attachment 593461 [details] [diff] [review]
(2/2) Fix rect being used
[Approval Request Comment]
Regression caused by (bug #): none
User impact if declined: the autocomplete box for input elements gets incorrectly positioned when the input element is inside a frame
Testing completed (on m-c, etc.): on m-c
Risk to taking this patch (and alternatives if risky): possibility of other regressions in positioning of autocomplete box. mobile-only
String changes made by this patch: none
Attachment #593461 -
Flags: approval-mozilla-beta?
Attachment #593461 -
Flags: approval-mozilla-aurora?
Comment 9•13 years ago
|
||
Comment on attachment 593460 [details] [diff] [review]
(1/2) Minor cleanup
Mobile-only. Low-risk
Attachment #593460 -
Flags: approval-mozilla-beta?
Attachment #593460 -
Flags: approval-mozilla-beta+
Attachment #593460 -
Flags: approval-mozilla-aurora?
Attachment #593460 -
Flags: approval-mozilla-aurora+
Comment 10•13 years ago
|
||
Comment on attachment 593461 [details] [diff] [review]
(2/2) Fix rect being used
Mobile-only. Low-risk
Attachment #593461 -
Flags: approval-mozilla-beta?
Attachment #593461 -
Flags: approval-mozilla-beta+
Attachment #593461 -
Flags: approval-mozilla-aurora?
Attachment #593461 -
Flags: approval-mozilla-aurora+
Assignee | ||
Comment 11•13 years ago
|
||
Looks like blassey landed these on aurora:
https://hg.mozilla.org/releases/mozilla-aurora/rev/0222e009ec90
https://hg.mozilla.org/releases/mozilla-aurora/rev/5588d4b9d379
and beta:
https://hg.mozilla.org/releases/mozilla-beta/rev/c57273eba0d8
https://hg.mozilla.org/releases/mozilla-beta/rev/0719ba545a70
Comment 12•13 years ago
|
||
Verified Fixed on:
Firefox Beta 11 (20120207195459)
Firefox Aurora 12.0a2 (2012-02-07)
Firefox Nightly 13.0a1 (2012-02-08)
Device: Samsung Galaxy SII, Android 2.3.4
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•