RESOLVED FIXED 9229
SVG JavaScript bindings do not propertly support multiple inheritance
https://bugs.webkit.org/show_bug.cgi?id=9229
Summary SVG JavaScript bindings do not propertly support multiple inheritance
Eric Seidel (no email)
Reported 2006-06-02 00:47:07 PDT
SVG JavaScript bindings do not propertly support multiple inheritance SVG JS bindings are only partially wired up right now. They only recognize the first parent out of their list. Eventually they will need to check to make sure that the first parent is concrete, and that no more than one parent is concrete. All "abstract" parent interfaces will need to have their methods imported into the current class being generated. Right now those methods are just ignored.
Attachments
Eric Seidel (no email)
Comment 1 2006-09-12 18:23:19 PDT
This was fixed (turned on) when bug 10826 was landed.
Note You need to log in before you can comment on or make changes to this bug.