Last modified: 2014-06-17 21:13:59 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T67666, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 65666 - LiquidThreads: Fix "JQMIGRATE: jQuery.fn.live() is deprecated"
LiquidThreads: Fix "JQMIGRATE: jQuery.fn.live() is deprecated"
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
LiquidThreads (Other open bugs)
master
All All
: High major (vote)
: ---
Assigned To: Derk-Jan Hartman
: easy, javascript
Depends on:
Blocks: jqmigrate
  Show dependency treegraph
 
Reported: 2014-05-23 07:52 UTC by Niklas Laxström
Modified: 2014-06-17 21:13 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Niklas Laxström 2014-05-23 07:52:28 UTC
LiquidThreads/lqt.js
1595:   $( '.lqt-command-watch' ).live( 'click', liquidThreads.asyncWatch );
1596:   $( '.lqt-command-unwatch' ).live( 'click', liquidThreads.asyncWatch );
1599:   $( '.lqt-command-link' ).live( 'click', liquidThreads.showThreadLinkWindow );
1602:   $( '.lqt-summary-link' ).live( 'click', liquidThreads.showSummaryLinkWindow );
1605:   $( 'a.lqt-show-replies' ).live( 'click', liquidThreads.showReplies );
1608:   $( 'a.lqt-show-more-posts' ).live( 'click', liquidThreads.showMore );
1611:   $( '.lqt-command-edit > a' ).live( 'click', liquidThreads.handleEditLink );
1614:   $( '#wpSave' ).live( 'click', liquidThreads.handleAJAXSave );
1615:   $( '#wpTextbox1' ).live( 'keyup', liquidThreads.onTextboxKeyUp );
Comment 1 Gerrit Notification Bot 2014-06-17 21:11:22 UTC
Change 140221 had a related patch set uploaded by TheDJ:
Replace obsolete live() with $( document ).on()

https://gerrit.wikimedia.org/r/140221
Comment 2 Gerrit Notification Bot 2014-06-17 21:13:48 UTC
Change 140221 merged by jenkins-bot:
Replace obsolete live() with $( document ).on()

https://gerrit.wikimedia.org/r/140221

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links