Closed
Bug 657337
Opened 14 years ago
Closed 14 years ago
Form input selection arrows are rendered partially off screen after switching from landscape to portrait mode
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox5 fixed, firefox6 fixed, fennec6+)
VERIFIED
FIXED
Firefox 6
People
(Reporter: u88484, Assigned: vingtetun)
References
()
Details
Attachments
(2 files)
50.22 KB,
image/png
|
Details | |
618 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Form input selection arrows are rendered partially off screen after switching from landscape to portrait mode
1) Go to http://aaronmt.com/?p=4492
2) Flip to landscape mode
3) Select one of the input boxes (no need to type)
4) Hit the back button to dismiss the keyboard
5) Flip to portrait mode and notice the arrows are rendered partially off screen
Comment 1•14 years ago
|
||
unable to reproduce on a Nexus S, 5/16 nightly build. Can you report which phone you're using, and also include a screenshot?
Rooted Evo 4G with cyanogen mod 7. Try loading the page in landscape mode first.
Comment 3•14 years ago
|
||
(In reply to comment #1)
> unable to reproduce on a Nexus S, 5/16 nightly build. Can you report which
> phone you're using, and also include a screenshot?
I can reproduce with Kurt'z suggestion in comment #2 (load the page in landscape, and rotate to portrait after tap in the field)
Updated•14 years ago
|
Assignee: nobody → 21
tracking-fennec: ? → 6+
Assignee | ||
Comment 4•14 years ago
|
||
I can't reproduce on a nexus one even with the suggestion of #c2. I should do something wrong.
Comment 5•14 years ago
|
||
Kurt, are you still able to reproduce on the latest nightly? i filed bug 657836 yesterday which may now affect this bug.
Comment 6•14 years ago
|
||
I can still reproduce on my N1 Vivien, with 05/18.
Try loading in landscape, tap the comment field, dismiss the keyboard, and then rotate to portrait
Assignee | ||
Comment 7•14 years ago
|
||
(In reply to comment #6)
> I can still reproduce on my N1 Vivien, with 05/18.
>
> Try loading in landscape, tap the comment field, dismiss the keyboard, and
> then rotate to portrait
Really I can't. But maybe I'm on the wrong page because I don't have any "comment" field on that page, onyl a search field since the page is "Not Found" for me.
Assignee | ||
Comment 8•14 years ago
|
||
Also I don't think this bug should block FF6 since the arrows are going to be hidden on Android once bug 636339 will land.
Comment 9•14 years ago
|
||
(In reply to comment #8)
> Also I don't think this bug should block FF6 since the arrows are going to
> be hidden on Android once bug 636339 will land.
It will certainly be a low priority and it won't block Fx6. The resize/positioning issue in this bug might be impacting other code too. So if we can figure out the cause, it would make our code more robust.
(tracking-fennec != blocking-fennec)
Assignee | ||
Comment 10•14 years ago
|
||
There is a race between the resizeHandler calls of chrome/content/browser.js and the resize handler of the content popup helper code.
Attachment #533660 -
Flags: review?(mark.finkle)
Comment 11•14 years ago
|
||
Comment on attachment 533660 [details] [diff] [review]
Patch
It's good to know this could happen
Attachment #533660 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 12•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 13•14 years ago
|
||
Due to the fact that form assistant feature was dropped , I will mark this bug as verified fixed.
Build Id: Mozilla /5.0 (Android;Linux armv7l;rv:6.0a1) Gecko/20110523 Firefox/6.0a1 Fennec/6.0a1
Build ID: Mozilla /5.0 (Android;Linux armv7l;rv:5.0a2) Gecko/20110522 Firefox/5.0a2 Fennec/5.0a2
Device: HTC Desire Z (Android 2.2)
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Target Milestone: --- → Firefox 6
Updated•14 years ago
|
status-firefox5:
--- → fixed
status-firefox6:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•