Closed Bug 441927 Opened 16 years ago Closed 16 years ago

Scrollbar missing from bottom of testcase

Categories

(Core :: SVG, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: marcia, Unassigned)

References

Details

(Keywords: regression)

Attachments

(2 files)

Someone running Litmus failed this test case, https://bugzilla.mozilla.org/attachment.cgi?id=264267, which appears in Bug 380203.

It appears that using Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9) Gecko/2008053008 Firefox/3.0, the scrollbar is missing. I will attach a screenshot.
This regressed between 2007-11-17 and 2007-11-18:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2007-11-17+04&maxdate=2007-11-18+09&cvsroot=%2Fcvsroot
So a regression from bug 294086.

But Johnathan is probably going to say this is invalid.
Assignee: joshmoz → nobody
Blocks: 294086
Component: Widget: Cocoa → SVG
QA Contact: cocoa → general
Version: unspecified → Trunk
Indeed - the <svg> element has a width and height of 100%, but the size of the <svg>'s parent <div> (its containing block) depends on its children. You can't take 100% of an unfixed dimension, so the <svg> falls back to to a size of 300 x 150 px as per CSS 2.1. One way or another you have to break the circular dependency of the <div> depending on the child <svg>, and the child <svg> depending on the parent <div>.

-> Invalid
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
OS: Mac OS X → All
Hardware: PC → All
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: