WIKI: JavaScript Error #49285
Labels
No Label
legacy module
Rendering & Cycles
legacy module
User Interface
legacy project
Cycles
legacy project
Documentation
legacy project
Infrastructure: blender.org
legacy project
Infrastructure: Blender Web Assets
legacy project
Infrastructure: Websites
legacy project
User Interface
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-org#49285
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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();
tooScrollbar1.update();
should fix it.Changed status to: 'Open'
Added subscribers: @Blendify, @fsiddi
Added subscriber: @dmcgrath
Changed status from 'Open' to: 'Resolved'
Edited the js file. Should be fixed now according to IRC.