WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 34301
38114
DOM api does not work on SMIL animation
https://bugs.webkit.org/show_bug.cgi?id=38114
Summary
DOM api does not work on SMIL animation
marek
Reported
2010-04-26 04:40:03 PDT
Created
attachment 54276
[details]
testcase DOM API method beginElement() is supposed to work with every SMIL object/animation. It is working well on animate, set, animateTransform, but it fails in animateMotion.
Attachments
testcase
(474 bytes, image/svg+xml)
2010-04-26 04:40 PDT
,
marek
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Robin Cao
Comment 1
2010-05-06 00:27:39 PDT
The cause of this bug is that 'animateMotion' element has no js wrapper. The following is line#16 of WebCore/svg/svgtags.in: animateMotion JSInterfaceName=SVGElement, createWithNew Is there any reason that we did not generate a wrapper for 'animateMotion'?
Dirk Schulze
Comment 2
2010-05-09 23:15:11 PDT
(In reply to
comment #1
)
> The cause of this bug is that 'animateMotion' element has no js wrapper. > The following is line#16 of WebCore/svg/svgtags.in: > animateMotion JSInterfaceName=SVGElement, createWithNew > > Is there any reason that we did not generate a wrapper for 'animateMotion'?
I guess not. Am I wrong Niko?
Nikolas Zimmermann
Comment 3
2010-05-10 01:32:17 PDT
(In reply to
comment #2
)
> (In reply to
comment #1
) > > The cause of this bug is that 'animateMotion' element has no js wrapper. > > The following is line#16 of WebCore/svg/svgtags.in: > > animateMotion JSInterfaceName=SVGElement, createWithNew > > > > Is there any reason that we did not generate a wrapper for 'animateMotion'? > > I guess not. Am I wrong Niko?
SVGAnimateMotionElement.idl is just missing. We have some bug report covering this, I have to look it up.
Nikolas Zimmermann
Comment 4
2010-05-10 01:33:51 PDT
Found it, please look at
bug 34301
. It's very easy to fix! *** This bug has been marked as a duplicate of
bug 34301
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug