Skip to main content

Search and Top Navigation

#5647 closed bug (wontfix)

Opened May 23, 2010 12:01PM UTC

Closed August 29, 2012 02:23PM UTC

Last modified October 11, 2012 09:15PM UTC

Effects on MathML elements

Reported by: cdavid Owned by:
Priority: major Milestone:
Component: ui.effects.core Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

When trying to apply any effect on a MathML element, in Firefox (the only browser that supports MathML rendering properly), I always get an error in Firebug saying:

this[i].style or g[0].style (depends on the applied effect) is undefined.

The problem seems to be that in the MathML spec, there is no @style defined and no @style implemented in Firefox, thus resulting in the bug.

One can find a solution by exploring http://www.w3.org/TR/2009/REC-MathML2-20090303/chapter3.html#presm.commatt since MathML is some sort of weird beast.

Attachments (0)
Change History (2)

Changed August 29, 2012 02:23PM UTC by scottgonzalez comment:1

resolution: → wontfix
status: newclosed

jQuery doesn't officially support SVG or MathML. With that being said, if someone can provide a very small patch to make this work, we might consider it.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted