RESOLVED INVALID 115302
Dynamic changes to CSS properties that are mapped to SVG presentation elements don't propagate through <use> boundaries
https://bugs.webkit.org/show_bug.cgi?id=115302
Summary Dynamic changes to CSS properties that are mapped to SVG presentation element...
Tim Horton
Reported 2013-04-27 01:40:20 PDT
See the attached test case. In Presto and Gecko, if you click on the document once, both rects turn blue, as expected. The test is setting 'rect.style.fill = "blue";'. If it instead uses 'rect.setAttribute("fill", "blue");', everything works more as expected. <rdar://problem/13520984>
Attachments
repro (1.11 KB, application/xhtml+xml)
2013-04-27 01:40 PDT, Tim Horton
no flags
Tim Horton
Comment 1 2013-04-27 01:40:51 PDT
Ahmad Saleem
Comment 2 2022-08-12 09:11:41 PDT
I am not able to get expected result of clicking changing these to "blue" across all browsers (Chrome Canary 106, Firefox Nightly 105, Safari 15.6 and Safari TP 151). Since it seems "Gecko", use to change it to "blue" at some point and have now changed behavior. I would mark this as "RESOLVED INVALID". Please reopen, if you think this is still an issue. Thanks!
Note You need to log in before you can comment on or make changes to this bug.