Closed
Bug 400535
Opened 18 years ago
Closed 18 years ago
Any text in nested SVG is not displayed. Any other content is displayed, but no text
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dagan, Unassigned)
Details
Attachments
(1 file)
|
3.94 KB,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
Build Identifier: Firefox/2.0.0.8
In svg files with 100% width and height, there are nested svg files. Any text is displayed fine if defined in the outmost svg, but not in the inner one. All graphics are well displayed everywhere. This bug does not occur if the same files are open by Firefox in windows operating system, but appears with Mac OS X.
This bug is reproducible and appears in all my files with nested svg (more than 10).
Reproducible: Always
Steps to Reproduce:
1.SVG file width and height 100% (may be this is not an important detail). Include
a text <text...>anytext1</text>
2.Form a inside a nested svg part: <svg ...> <text...>anytext2</text></svg>.
3.anytext1 will be displayed, but not anytext2. Any graphics will be displayed.
Actual Results:
See point 3 above.
Expected Results:
display all the text.
Updated•18 years ago
|
Component: General → SVG
Product: Firefox → Core
QA Contact: general → general
Version: unspecified → 1.8 Branch
Comment 2•18 years ago
|
||
Can you try with a current development build? We won't be fixing bugs like this on the old Firefox 2 branch, but we would fix it on trunk.
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Comment 3•18 years ago
|
||
Still broken on branch, WFM on trunk
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b1) Gecko/2007110903 Firefox/3.0b1
Comment 4•18 years ago
|
||
Thanks for checking Brian. Since we're focusing almost exclusively on trunk for Firefox 3 now, closing as worksforme.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•