Closed
Bug 683681
Opened 14 years ago
Closed 9 years ago
-moz-linear-gradient background image repeats if page height exceeds browser gradient with HWA off
Categories
(Core :: Graphics, defect)
Tracking
()
People
(Reporter: mike.likouris, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
351 bytes,
text/html; charset=utf-8
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30
Steps to reproduce:
I've created a page, which expands as content populates it. The page reached a maximum height of 44725px. This is when I noticed a break in the background gradient.
body
{background:-moz-linear-gradient(center top , #2092B7, #00997A) no-repeat scroll 0 0 transparent;
height:44725px;
}
Actual results:
The linear-gradient reaches max height and at that point the gradient begins to repeat. I was only able to reproduce this on Windows 7 Firefox 5 and 6. It doesn't seem to be an issue on the Mac (FF 5).
Expected results:
I expected the gradient to continue the height of the page as it does on the Mac.
| Reporter | ||
Updated•14 years ago
|
OS: Mac OS X → Windows 7
Attachment #557277 -
Attachment mime type: text/plain → text/html; charset=utf-8
On 64-bit Linux I see problems; I'm guessing at the 32768px boundary.
see bug 672726
Component: Layout → Graphics
QA Contact: layout → thebes
Comment 3•14 years ago
|
||
Verified as WFM on:
Mozilla/5.0 (Windows NT 6.1; rv:9.0a1) Gecko/20110914 Firefox/9.0a1
Build ID: 20110914030906
I loaded the html attached to this bug in the latest nightly and the gradient didn't repeat at all.
Michael, can you please try to reproduce this issue in safe mode and/or with a new profile?
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Comment 5•11 years ago
|
||
This is not duplication of bug 671302.
Because, the problem in Firefox5&6 commented in comment #0.
The problem reproduce in since Firefox4, and also reproduce in Nightly32.0a1.
Regression window(m-c)
Good:
http://hg.mozilla.org/mozilla-central/rev/62e95bdbae61
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8pre) Gecko/20101020 Firefox/4.0b8pre ID:20101020133437
Bad(background image is not drawn continuously):
http://hg.mozilla.org/mozilla-central/rev/f780f3d3add9
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8pre) Gecko/20101020 Firefox/4.0b8pre ID:20101020135237
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=62e95bdbae61&tochange=f780f3d3add9
Regressed by Bug 604168
And the following is another bug.
Regression window:
Bad(background image is not drawn continuously):
http://hg.mozilla.org/mozilla-central/rev/dad825159748
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0a1) Gecko/20110527 Firefox/7.0a1 ID:20110527011902
Bad(background image is not drawn after 32k):
http://hg.mozilla.org/mozilla-central/rev/04e8d0b481bc
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0a1) Gecko/20110527 Firefox/7.0a1 ID:20110527081111
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=dad825159748&tochange=04e8d0b481bc
Regressed by:
Bug 562746 - Update cairo to 1.10
Blocks: 604168
Status: RESOLVED → REOPENED
status-firefox29:
--- → affected
status-firefox30:
--- → affected
status-firefox31:
--- → affected
status-firefox32:
--- → affected
status-firefox-esr24:
--- → affected
Ever confirmed: true
Keywords: css-moz → regression
Resolution: DUPLICATE → ---
Summary: -moz-linear-gradient background image repeats if page height exceeds browser gradient → -moz-linear-gradient background image repeats if page height exceeds browser gradient with HWA off
Updated•11 years ago
|
Status: REOPENED → NEW
Updated•9 years ago
|
Version: unspecified → 5 Branch
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0
Cannot reproduce this with HWA off on Win 7, using attachment 557277 [details]
Alice, can you?
Comment 7•9 years ago
|
||
Reproduced on Firefox32.0.3.
Not reproduced on Firefox33+ on Windows10
Status: NEW → RESOLVED
Closed: 14 years ago → 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•