Closed
Bug 675236
Opened 14 years ago
Closed 14 years ago
portrait view shifted on tablet awesomescreen
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox5 unaffected, firefox6 fixed, firefox7 fixed, firefox8 fixed)
VERIFIED
FIXED
Firefox 6
| Tracking | Status | |
|---|---|---|
| firefox5 | --- | unaffected |
| firefox6 | --- | fixed |
| firefox7 | --- | fixed |
| firefox8 | --- | fixed |
People
(Reporter: tchung, Assigned: mfinkle)
References
Details
(Keywords: regression, verified-aurora, verified-beta)
Attachments
(3 files)
|
118.79 KB,
image/png
|
Details | |
|
52.32 KB,
image/png
|
Details | |
|
1.38 KB,
patch
|
wesj
:
review+
blassey
:
approval-mozilla-aurora+
blassey
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
The viewing space on portrait view of tablet doesnt seem to fit on firefox 6 beta. it does look find on Firefox 5, released builds. It also works on phones.
See screenshots.
Repro:
1) Install Firefox 6 beta, and nightlies, on a Honeycomb Tablet. (Xoom, Android 3.1)
- Mozilla/5.0 (Android; Linux armv71; rv:6.0) Gecko/20110721 Firefox/6.0 Fennec/6.0
2) set device in portrait mode, and visit awesomescreen
3) verify portrait view visibility is shifted
| Reporter | ||
Comment 1•14 years ago
|
||
| Reporter | ||
Comment 2•14 years ago
|
||
we should get this fixed for next Fx 6 beta. nom'ing
tracking-fennec: --- → ?
| Reporter | ||
Comment 3•14 years ago
|
||
just checked 20110729 nightly against a HTC Flyer, 7" tablet. Viewing area looks fine there. it's running Gingerbread, and does not have the new tablet theming.
So far its only appearing on a 10" wide view tablet.
| Assignee | ||
Comment 4•14 years ago
|
||
This is a regression from bug 655740. We are applying a style to all "panel-row-button" buttons, but should only apply them to the buttons in the preference container.
| Assignee | ||
Comment 5•14 years ago
|
||
This patch makes the CSS more explicit and only applies it to the preference panel buttons.
The Awesomescreen buttons already have CSS to "switch" in portrait mode:
http://mxr.mozilla.org/mozilla-central/source/mobile/themes/core/platform.css#688
Assignee: nobody → mark.finkle
Attachment #549885 -
Flags: review?(wjohnston)
Updated•14 years ago
|
Attachment #549885 -
Flags: review?(wjohnston) → review+
| Assignee | ||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
status-firefox5:
--- → unaffected
status-firefox6:
--- → affected
status-firefox7:
--- → affected
status-firefox8:
--- → fixed
Target Milestone: --- → Firefox 8
Comment 7•14 years ago
|
||
Comment on attachment 549885 [details] [diff] [review]
patch
Requesting approval for Aurora (Firefox 7) and Beta (Firefox 6). This is a two-line mobile-only change (zero desktop risk). It's very low risk (just changes one CSS selector in the mobile chrome to be more specific) and fixes a visible regression in Firefox 6. It landed on mozilla-central today, so can be tested on the Nightly channel tomorrow.
Attachment #549885 -
Flags: approval-mozilla-beta?
Attachment #549885 -
Flags: approval-mozilla-aurora?
Updated•14 years ago
|
Attachment #549885 -
Flags: approval-mozilla-beta?
Attachment #549885 -
Flags: approval-mozilla-beta+
Attachment #549885 -
Flags: approval-mozilla-aurora?
Attachment #549885 -
Flags: approval-mozilla-aurora+
Comment 8•14 years ago
|
||
hg.mozilla.org/releases/mozilla-beta/rev/5290a61c6998
http://hg.mozilla.org/releases/mozilla-aurora/rev/b03971e28880
Target Milestone: Firefox 8 → Firefox 6
| Reporter | ||
Comment 9•14 years ago
|
||
Verified view fix on Xoom Tablet, Android 3.1
Nightly: Mozilla/5.0 (Android; Linux armv71; rv:8.0a1) Gecko/20110803 Firefox/8.0a1 Fennec/8.0a1
Aurora: Mozilla/5.0 (Android; Linux armv71; rv:7.0a2) Gecko/20110803 Firefox/7.0a2 Fennec/7.0a2
still need to verify on fx6 beta5
Status: RESOLVED → VERIFIED
Keywords: verified-aurora
| Assignee | ||
Updated•14 years ago
|
tracking-fennec: ? → ---
| Reporter | ||
Comment 10•14 years ago
|
||
Verified fix on beta 5: Mozilla/5.0 (Android; Linux armv71; rv:6.0) Gecko/20110804 Firefox/76.0 Fennec/6.0
Keywords: verified-beta
You need to log in
before you can comment on or make changes to this bug.
Description
•