Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Alex_A on April 03, 2014, 08:13:26 AM

Title: UIScrollView + ScrollBar strange behaviour
Post by: Alex_A on April 03, 2014, 08:13:26 AM
Hello.

here GIF-animation.
http://gyazo.com/ada53bae549c6993c3168298fbe898de (http://gyazo.com/ada53bae549c6993c3168298fbe898de)

When dialog shown first time the behaviour of scrollbar is wrong.
when dialog shown next time, all is ok, as expected.  To show dialogs I use NGUITools.SetActive()
What I'm doing wrong?
Is this a bug?
Title: Re: UIScrollView + ScrollBar strange behaviour
Post by: ArenMook on April 03, 2014, 09:06:33 PM
Scroll bars have an issue in 3.5.5 that got fixed in 3.5.6, so try it after tomorrow's update.
Title: Re: UIScrollView + ScrollBar strange behaviour
Post by: Alex_A on April 04, 2014, 12:29:36 AM
Scroll bars have an issue in 3.5.5 that got fixed in 3.5.6, so try it after tomorrow's update.

Just additional info:
I found that  if the dialogue (UIPanel) was not initially deactivated (ALT+SHIFT+A shortcut) at design time,
this bug does not appers. I.e. if a leave dialog active and hide it progrtammatically, UIScrollView + UIScrollBar behaves ok.