Closed
Bug 310270
Opened 20 years ago
Closed 20 years ago
requiredFeatures switch mistakenly reports support for full Text module
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: doug, Unassigned)
Details
Attachments
(1 file)
|
1.46 KB,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
When using the 'switch' element with the requiredFeatures string for the Text
Module, FF1.5b1 reports that it is implemented. However, at least 2 important
elements of the Text Module are not implemented in FF1.5b1: 'tref' and
'textPath' (although 'textPath' is implemented in the trunk). Additionally,
baseline-shift does not work (see
https://bugzilla.mozilla.org/show_bug.cgi?id=308338).
Instead, MozillaSVG should only report 'true' to the requiredFeatures string for
the BasicText module, which includes only the 'text' element (even though MozSVG
does implement 'tspan' as well).
Reproducible: Always
Steps to Reproduce:
1. Observe the attached file which shows a 'switch' statement using various
requiredFeatures strings
2. Look for the supported features for SVG1.1
3. See that both "Text" and "BasicText" report as supported.
Actual Results:
Both "Text" and "BasicText" report as supported.
Expected Results:
Only the "BasicText" module should report as supported.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
That testcase gives me:
1.1, Text: No.
with a current trunk build....
Comment 4•20 years ago
|
||
This bug was actually fixed (by the patch for bug 294517) 5 days after 1.8b4 shipped (and two weeks before the bug was filed).
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•