SVG elements are not reordered correctly when other elements are inserted through the svg DOM interface.
https://bugs.webkit.org/show_bug.cgi?id=139132
Summary SVG elements are not reordered correctly when other elements are inserted thr...
Said Abou-Hallawa
Reported 2014-12-01 09:51:14 PST
Created attachment 242318 [details] Testcase for dynamic switch changes Open the attached test file. The whole page should just display a lime color. When a new element is inserted in an SVG, the z-order of the svg elements should be updated to reflect the new addition. Also when existing svg elements are reinserted in a different order, the z-order should be updated to reflect this change. NOTE: The attached file is an imported Mozilla test file for svg.
Attachments
Testcase for dynamic switch changes (1.79 KB, image/svg+xml)
2014-12-01 09:51 PST, Said Abou-Hallawa
no flags
Radar WebKit Bug Importer
Comment 1 2014-12-01 10:35:32 PST
Ahmad Saleem
Comment 2 2024-04-06 21:01:12 PDT
Safari 17.4.1 matches with Chrome Canary 125 and show three 'red' boxes while remaining page as 'lime' while Firefox Nightly 126 also has on 'red' box while remaining page as 'lime'. Just updating to share latest results.
Note You need to log in before you can comment on or make changes to this bug.