This is related to jQuery 1.9's change in how HTML is recognized by the $() function.
$.wikiLove.openDialog in ext.wikiLove.core.js has HTML that is deserialized the old way, and does not start with a <.
This is related to jQuery 1.9's change in how HTML is recognized by the $() function.
$.wikiLove.openDialog in ext.wikiLove.core.js has HTML that is deserialized the old way, and does not start with a <.
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Update HTML deserialization to meet jQuery 1.9+ requirements | mediawiki/extensions/WikiLove | master | +1 -2 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Krinkle | T46740 Upgrade jQuery from 1.8.x to 1.11.x | |||
Resolved | None | T67399 Don't use deprecated features removed in jQuery 1.9 | |||
Resolved | • Mattflaschen-WMF | T85506 Update extensions maintained by Collaboration team for jQuery 1.9 changes | |||
Resolved | • Mattflaschen-WMF | T85509 Fix incorrect deserialization of HTML in WikiLove |
Change 187863 had a related patch set uploaded (by Mattflaschen):
Update HTML deserialization to meet jQuery 1.9 requirements
Change 187863 merged by jenkins-bot:
Update HTML deserialization to meet jQuery 1.9 requirements