Closed
Bug 274259
Opened 20 years ago
Closed 18 years ago
foreignObject not using width and height attributes.
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
INVALID
People
(Reporter: jay, Unassigned)
References
()
Details
Attachments
(1 file)
|
815 bytes,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a6) Gecko/20041125 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a6) Gecko/20041125 foreignObject requires width and height attributes, and these should crop the visible area. currently foreignObject appears to ignore width and height attributes. Reproducible: Always Steps to Reproduce: 1.open the uri 2. 3. Actual Results: html foreignObject and java foreignObject display at full size Expected Results: html foreignObject should not display, has no width height attributes. java foreignObject should be cropped, has reduced width and height attributes. http://www.w3.org/TR/SVG/extend.html#ForeignObjectElement for width and height, states that "a value of zero disables rendering of the element" it doesn't mention what happens where none is provided, presumably the same?
Comment 1•20 years ago
|
||
(This depends on the value of the 'overflow' property.)
Comment 2•20 years ago
|
||
Could you attach the testcase to this bug? The URL references in the URL field just redirects to an HTML page.
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 4•18 years ago
|
||
Closing until a testcase is attached.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 5•18 years ago
|
||
| Reporter | ||
Comment 6•18 years ago
|
||
jwatt, sorry about that had to close peepo due to the very high maintenance and visitor count. cheers
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
| Reporter | ||
Comment 7•18 years ago
|
||
not sure what the issue was, or where it came from. can't seem to open the file with java.class on any OS or application so giving up.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → INVALID
Updated•17 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•