Page MenuHomePhabricator

VisualEditor:Inserting image gives error : Uncaught TypeError: Property 'jQuery18302923649437725544_1386807070459' of object [object Object] is not a function
Closed, ResolvedPublic

Description

screenshot

Steps to reproduce:

1.Open the editor
2.Insert an image

Observed Result:
An error appears:
Uncaught TypeError: Property 'jQuery18302923649437725544_1386807070459' of object [object Object] is not a function api.php:1

see the screenshot attached.


Version: unspecified
Severity: normal

Attached:

Screen_Shot_2013-12-11_at_4.25.44_PM.png (611×1 px, 196 KB)

Details

Reference
bz58364

Event Timeline

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

Test Environment: betalabs
Browser: Chrome Version 26.0.1410.65
OS: MAC OS X 10. 8. 5
Page:http://en.wikipedia.beta.wmflabs.org/wiki/Pagelink11thdecember?veaction=edit

Created attachment 14215
Screenshot

Attached:

Screen_Shot_2014-01-02_at_11.10.22_AM.png (486×1 px, 94 KB)

This is again happening and the image inserted us appearing as a file link.See the screenshot attached.

Not happening anymore on betalabs with Chrome and FF with MAC OS X 10.8.5

This is actually still happening. It is a race condition that we can't do anything about and isn't actually affecting anything. It's just a weird warning that jQuery's callback system emits due to <script> limitations.

See bug 59604 for more information.

  • This bug has been marked as a duplicate of bug 59604 ***