Closed
Bug 189033
Opened 23 years ago
Closed 22 years ago
style.getPropertyValue returns a localized string
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 209569
People
(Reporter: benjamin, Assigned: caillon)
Details
(Keywords: testcase)
Attachments
(1 file)
|
480 bytes,
text/html
|
Details |
reported by <dev_oksar @ hotmail.com> -- please check with him when verifying
this bug
call ~DOMelement~.style.getPropertyValue("-moz-opacity")
in a German-localized linux build (1.2.1)...
function returns "0,5" instead of "0.5" and JS cannot convert that back to a
number. I don't know whether this is a DOM error or JS error.
| Reporter | ||
Comment 1•23 years ago
|
||
the bug was originally discussed on IRC #mozilla
| Reporter | ||
Comment 2•23 years ago
|
||
Ooops, that email should be <dev_oskar @ hotmail.com>
the environment $LANG = de_DE@euro
Comment 3•23 years ago
|
||
Caillon, wanna have a look? If not, feel free to give this back to me...
Assignee: jst → caillon
| Reporter | ||
Comment 4•22 years ago
|
||
Marking duplicate of a bug biesi just filed, because his bug has a patch...
*** This bug has been marked as a duplicate of 209569 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•