Closed
Bug 672726
Opened 14 years ago
Closed 11 years ago
Large gradient is not painted after around 32735px
Categories
(Core :: Graphics, defect)
Tracking
()
VERIFIED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox33 | --- | verified |
People
(Reporter: ronak453, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
|
490 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110615151330
Steps to reproduce:
http://jsbin.com/iwopir
Check this sample page. Root element have gradient background CSS. And gradient stops painting after approx 32735px. If I minimize the height of child element to 32700px then it works great. But increasing height ruins everything. There may be some problem due to integer overflow.
Actual results:
Gradient is not applied properly after 32700px
Expected results:
It should be applied until the end of the element. You can check it in Chrome.
Updated•14 years ago
|
OS: Other → Windows XP
Hardware: All → x86
Component: General → Graphics
Product: Firefox → Core
QA Contact: general → thebes
Comment 2•14 years ago
|
||
I can confirm on:
Mozilla/5.0 (Windows NT 5.1; rv:8.0a1) Gecko/20110720 Firefox/8.0a1
Issue is reproducible on Windows XP, Windows 7 and Ubuntu 11.04.
Setting resolution to NEW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•14 years ago
|
||
Regression range:
Last good nightly: 2010-10-20
First bad nightly: 2010-10-21
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=7aa9763e9d41&tochan
ge=4788083ce564
> Regression range
Fx 3.6 behaves different but not correct (starts repeating the gradient after the magic amount of pixel).
Keywords: testcase
Summary: Gradient is not painted after around 32735px → Large gradient is not painted after around 32735px
Version: 5 Branch → Trunk
Comment 7•11 years ago
|
||
bug 671302 does not fix this problem
STR
1. disabled HWA and restart
2. Open the attached test case
3. Scroll to bottom
4. Switch Tabs
Actual Results:
Screen become black
Updated•11 years ago
|
status-firefox33:
--- → affected
Bug 1011166 then?
Comment 9•11 years ago
|
||
Very likely, yes.
Comment 10•11 years ago
|
||
Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0
Fixed in beta 8 now with bug 1011166.
(I thin the story here was something like this: Was a dup of bug 677174 and fixed by that but regressed in a different way due bug 1011166)
Status: REOPENED → RESOLVED
Closed: 14 years ago → 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Flags: qe-verify+
Comment 11•11 years ago
|
||
Verified fixed on Windows 7 64bit, Windows XP 32bit and Ubuntu 13.10 32bit using Firefox 33 Beta 9 (buildID: 20141002185629).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•