Comment 11 for bug 376155

Revision history for this message
Fenring (leunen-d) wrote :

Gecko's developers closed your bug report stating it's normal for nightlies to contain partial support, experimental features or bugs.
And they're right : people using nightlies are warned that all sites might not work as expected.
FakeSmile intents to work around implementations that support svg but not smil, not buggy smil implementations.
Thus I'm closing this report.

Yet, if you still want to work around that precise buggy implementation, as stated above, I suggest you either :
- sniff for the buggy nightly and bypass the hasFeature test. It's dirty but simple.
- or you can write a more elaborate testcase that actually tests if the smil feature you want to use is correctly implemented natively. More complicated, but it's actually preferred.

cheers.