Closed Bug 700006 Opened 13 years ago Closed 13 years ago

[layers] about:home show dead space

Categories

(Firefox for Android Graveyard :: General, defect, P1)

x86
Linux
defect

Tracking

(firefox11 fixed, fennec11+)

VERIFIED FIXED
Tracking Status
firefox11 --- fixed
fennec 11+ ---

People

(Reporter: mfinkle, Unassigned)

References

Details

Attachments

(2 files)

Attached image screenshot
Breaking this out of bug 700005

The about:home page has dead space at the bottom. See screenshot
Priority: -- → P1
Attached patch patchSplinter Review
Attachment #572681 - Flags: review?(doug.turner)
Comment on attachment 572681 [details] [diff] [review]
patch

Review of attachment 572681 [details] [diff] [review]:
-----------------------------------------------------------------

::: embedding/android/GeckoApp.java
@@ +830,5 @@
> +                int layoutWidth = mGeckoLayout.getMeasuredWidth();
> +                int layoutHeight = mGeckoLayout.getMeasuredHeight();
> +                // increase page size if smaller than layout dimensions
> +                if (size.width < layoutWidth || size.height < layoutHeight) {
> +                    size = new IntSize(Math.max(size.width, layoutWidth), Math.max(size.height, layoutHeight));

does it make sense to line wrap this?
Attachment #572681 - Flags: review?(doug.turner) → review+
[Thu Nov 10 20:43:10 dougt@dougt:~/builds/birch ] $ hg qpush
applying attachment.cgi?id=572681
patching file embedding/android/GeckoApp.java
Hunk #1 FAILED at 820
1 out of 1 hunks FAILED -- saving rejects to file embedding/android/GeckoApp.java.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working dir
http://hg.mozilla.org/projects/birch/rev/772155060499
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Verified fixed on Mozilla/5.0 (Android;Linux armv7l;rv:11.0a1)Gecko/20111116
Firefox/11.0a1 Fennec/11.0a1
Status: RESOLVED → VERIFIED
tracking-fennec: --- → 11+
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: