Page MenuHomePhabricator

VisualEditor:"TypeError :this.timings is undefined "appears while attempting to save a page which was open for a while
Closed, ResolvedPublic1 Estimated Story Points

Description

Screenshot of the error

I have got this error several times in Betalabs recently,it happens if I keep VE open for a while for a page and then do some more edit and hit the "Save Page" button.
I was still logged in to the previous session when this error appeared.

"TypeError :this.timings is undefined "

See the screenshot attached

Test Environment: http://en.wikipedia.beta.wmflabs.org/
Browser: Chrome Version 26.0.1410.65
OS: MAC OS X 10. 8. 5


Version: unspecified
Severity: normal

Attached:

Screen_Shot_2013-12-28_at_1.37.38_PM.png (700×1 px, 116 KB)

Details

Reference
bz59090

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:34 AM
bzimport set Reference to bz59090.

Happens frequently in Firefox under Ubuntu too, I have to click the "Save" twice to get it to actually save.

(In reply to comment #1)

Happens frequently in Firefox under Ubuntu too

Version information welcome, in general (don't know which version of Firefox is shipped on which version of Ubuntu).

Whoops, sorry, you're right!

I use Firefox 26.0 on Ubuntu 12.04 LTS.

Jdforrester-WMF changed the task status from Open to Stalled.Aug 11 2015, 7:28 PM

Is this still occurring?

This was caused by a call to .this.events.track() in a detached way, which means this isn't bound and ArticleTargetEvents members like timings would not be found. This has since been fixed (based on the current code), though I can't find the exact commit.

Jdforrester-WMF moved this task from Freezer to TR1: Releases on the VisualEditor board.