You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.
I got this error when I try to scroll a List component. Any ideas how to fix it?
Error: ListDataViewPort: active renderers should be empty.
at feathers.controls.supportClasses::ListDataViewPort/refreshInactiveRenderers()[/usr/local/lib/haxe/lib/feathers/git/feathers/controls/supportClasses/ListDataViewPort.hx:872]
at feathers.controls.supportClasses::ListDataViewPort/draw()[/usr/local/lib/haxe/lib/feathers/git/feathers/controls/supportClasses/ListDataViewPort.hx:643]
at feathers.core::FeathersControl/validate()[/usr/local/lib/haxe/lib/feathers/git/feathers/core/FeathersControl.hx:1752]
at feathers.controls::Scroller/refreshViewPortBoundsWithFixedScrollBars()[/usr/local/lib/haxe/lib/feathers/git/feathers/controls/Scroller.hx:3855]
at feathers.controls::Scroller/draw()[/usr/local/lib/haxe/lib/feathers/git/feathers/controls/Scroller.hx:3435]
at feathers.controls::List/draw()[/usr/local/lib/haxe/lib/feathers/git/feathers/controls/List.hx:1353]
at feathers.core::FeathersControl/validate()[/usr/local/lib/haxe/lib/feathers/git/feathers/core/FeathersControl.hx:1752]
at feathers.core::ValidationQueue/advanceTime()[/usr/local/lib/haxe/lib/feathers/git/feathers/core/ValidationQueue.hx:175]
at starling.animation::Juggler/advanceTime()[/usr/local/lib/haxe/lib/starling/0,5,7/starling/animation/Juggler.hx:304]
at starling.core::Starling/advanceTime()[/usr/local/lib/haxe/lib/starling/0,5,7/starling/core/Starling.hx:571]
at starling.core::Starling/nextFrame()[/usr/local/lib/haxe/lib/starling/0,5,7/starling/core/Starling.hx:556]
at starling.core::Starling/onEnterFrame()[/usr/local/lib/haxe/lib/starling/0,5,7/starling/core/Starling.hx:774]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I got this error when I try to scroll a List component. Any ideas how to fix it?
Error: ListDataViewPort: active renderers should be empty.
at feathers.controls.supportClasses::ListDataViewPort/refreshInactiveRenderers()[/usr/local/lib/haxe/lib/feathers/git/feathers/controls/supportClasses/ListDataViewPort.hx:872]
at feathers.controls.supportClasses::ListDataViewPort/draw()[/usr/local/lib/haxe/lib/feathers/git/feathers/controls/supportClasses/ListDataViewPort.hx:643]
at feathers.core::FeathersControl/validate()[/usr/local/lib/haxe/lib/feathers/git/feathers/core/FeathersControl.hx:1752]
at feathers.controls::Scroller/refreshViewPortBoundsWithFixedScrollBars()[/usr/local/lib/haxe/lib/feathers/git/feathers/controls/Scroller.hx:3855]
at feathers.controls::Scroller/draw()[/usr/local/lib/haxe/lib/feathers/git/feathers/controls/Scroller.hx:3435]
at feathers.controls::List/draw()[/usr/local/lib/haxe/lib/feathers/git/feathers/controls/List.hx:1353]
at feathers.core::FeathersControl/validate()[/usr/local/lib/haxe/lib/feathers/git/feathers/core/FeathersControl.hx:1752]
at feathers.core::ValidationQueue/advanceTime()[/usr/local/lib/haxe/lib/feathers/git/feathers/core/ValidationQueue.hx:175]
at starling.animation::Juggler/advanceTime()[/usr/local/lib/haxe/lib/starling/0,5,7/starling/animation/Juggler.hx:304]
at starling.core::Starling/advanceTime()[/usr/local/lib/haxe/lib/starling/0,5,7/starling/core/Starling.hx:571]
at starling.core::Starling/nextFrame()[/usr/local/lib/haxe/lib/starling/0,5,7/starling/core/Starling.hx:556]
at starling.core::Starling/onEnterFrame()[/usr/local/lib/haxe/lib/starling/0,5,7/starling/core/Starling.hx:774]
The text was updated successfully, but these errors were encountered: