Open
Bug 816917
Opened 12 years ago
Updated 2 years ago
DIV background image vertical repeat limited to height below 32768px
Categories
(Core :: Graphics, defect, P3)
Tracking
()
NEW
People
(Reporter: info, Unassigned, NeedInfo)
References
Details
(Keywords: regression, Whiteboard: [gfx-noted])
Attachments
(1 file)
3.33 KB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0
Build ID: 20121024073032
Steps to reproduce:
Created an empty page with single div 1000x32768 px (or higher) and set a background image to repeat over X and Y.
Actual results:
When scrolled you'll get the background image not displayed to the end of the div. It is clipped.
Expected results:
The background image should be repeated all over the div as in every other browser not limited to 16 bit height.
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: DUPLICATE → ---
Comment 2•12 years ago
|
||
Sorry, this is not a dupe.
I can reproduce with HWA off since Firfox4.
Regression window:
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:
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
Blocks: 604168
Status: REOPENED → NEW
Component: Untriaged → Graphics
Keywords: regression
Product: Firefox → Core
Version: 16 Branch → Trunk
Does this bug still reproduce?
Flags: needinfo?(info)
Whiteboard: [gfx-noted]
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•