Opened 3 years ago

Closed 3 years ago

#5931 closed defect (fixed)

Mod Refresh list button never finishes

Reported by: Stan Owned by: wraitii
Priority: Release Blocker Milestone: Alpha 24
Component: Core engine Keywords:
Cc: Patch: Phab:D3399

Description

See attached video.

Attachments (1)

broken-refresh.mp4 (1.9 MB ) - added by Stan 3 years ago.

Download all attachments as: .zip

Change History (4)

by Stan, 3 years ago

Attachment: broken-refresh.mp4 added

comment:1 by Silier, 3 years ago

source of the issue is Object.keys(modsAvailableList) returns [], so modsAvailableList.list is not cleared, hence check
if (Engine.GetGUIObjectByName("modsAvailableList").list.length)
does not work
since https://code.wildfiregames.com/rP24229

comment:2 by Silier, 3 years ago

Owner: set to wraitii
Patch: Phab:D3399

comment:3 by wraitii, 3 years ago

Resolution: fixed
Status: newclosed

In 24681:

Fix mod selector "refresh list" button.

Object.Keys() on GUI object doesn't work following rP24229.

Reported by: Stan

Fixes #5931

Differential Revision: https://code.wildfiregames.com/D3399

Note: See TracTickets for help on using tickets.