WIKI: JavaScript Error #49285

Closed
opened 2016-09-07 17:47:29 +02:00 by Aaron Carlisle · 5 comments

This was report by a user on IRC:

To reproduce the error go to a wiki page and open the browsers console.
There you should see TypeError: oScrollbar1.tinyscrollbar_update is not a function
If you do not see it try to resize the window.

Changing oScrollbar1.tinyscrollbar_update(); to oScrollbar1.update(); should fix it.

This was report by a user on IRC: To reproduce the error go to a wiki page and open the browsers console. There you should see `TypeError: oScrollbar1.tinyscrollbar_update is not a function` If you do not see it try to resize the window. Changing `oScrollbar1.tinyscrollbar_update();` to `oScrollbar1.update();` should fix it.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscribers: @Blendify, @fsiddi

Added subscribers: @Blendify, @fsiddi

Added subscriber: @dmcgrath

Added subscriber: @dmcgrath

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Danny McGrath self-assigned this 2016-09-07 18:30:30 +02:00

Edited the js file. Should be fixed now according to IRC.

Edited the js file. Should be fixed now according to IRC.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/blender-org#49285
No description provided.