Skip to content

Maximum re-entry depth exceeded caused by canvas > widget size #38

Open
@W-Drew

Description

@W-Drew

Maximum event re-entrancy depth exceeded for Instance.AbsoluteContentSizeChanged
While entering function defined in script 'Plugin_948084095.TagEditor.Plugin.Components.ScrollingFrame', line 13

Responsible code:

local function update()
    local cs = rbx.AbsoluteContentSize
    rbx.Parent.CanvasSize = UDim2.new(0, 0, 0, cs.y)
end
rbx:GetPropertyChangedSignal("AbsoluteContentSize"):Connect(update)
update()

I'm guessing setting CanvasSize changes AbsoluteContentSize when the canvas's size is > the scrolling frame's.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions