Error
- mwversion: undefined
- reqId: undefined
- Find reqId in Logstash
normalized_message
TypeError: null is not an object (evaluating 'this.checkboxesByName.wpWatchthis')
exception.trace
Impact
Notes
208 errors in last 7 days
TypeError: null is not an object (evaluating 'this.checkboxesByName.wpWatchthis')
208 errors in last 7 days
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Avoid error if watchlist has been toggled before editing | mediawiki/extensions/VisualEditor | master | +1 -1 |
It's inside ve.init.mw.DesktopArticleTarget.prototype.onWatchToggle, and is pretty easy to trigger: watch/unwatch the page and then edit it. It doesn't handle the case of there already being something in the hook-queue and so it running before the page metadata has been parsed to setup the checkboxes.
Change 886948 had a related patch set uploaded (by DLynch; author: DLynch):
[mediawiki/extensions/VisualEditor@master] Avoid error if watchlist has been toggled before editing
Change 886948 merged by jenkins-bot:
[mediawiki/extensions/VisualEditor@master] Avoid error if watchlist has been toggled before editing