wikimedia / mediawiki-gadgets-RTRC

Mirror of https://gerrit.wikimedia.org/g/mediawiki/gadgets/RTRC.
https://meta.wikimedia.org/wiki/RTRC
MIT License
26 stars 11 forks source link

Fix "Functionality not supported" warning in Chrome #31

Closed he7d3r closed 9 years ago

he7d3r commented 10 years ago

When I acces this page using Google Chrome 34.0.1847.131 m (on Windows), I get the message "This program requires functionality not supported in this browser." For some reason, $.support.modernizr4rtrc.generatedcontent seems to be false.

he7d3r commented 10 years ago

If I just load [[w:pt:User:Krinkle/RTRC]] and change the parameters to match those defined in the URL above, the error message is not shown.

Krinkle commented 10 years ago

It's caused by a race condition. I get it sometimes too. Very rarely, but it happens sometimes. I suspect there's a bug in the feature test.

Krinkle commented 9 years ago

@he7d3r Let me know if you still get this with v1.0.0 or later.