Re: hscroll bar for adg hides the content

2020-06-16 Thread Alex Harui
Looks like HorizontalLayout has a bug. I don’t think there are too many HorizontalLayouts in the app so if you set a breakpoint in updateDisplayListReal you will hopefully see what it is thinking. Or maybe you’ll learn enough to set up a simple test case with a set of icons and HorizontalLayou

Re: hscroll bar for adg hides the content

2020-06-16 Thread serkan
It is so confusing that even the page is loaded, still the setx method called with the condition value continuously. Even for every item in layout related with grid I guess. I can not resolve "what code thinks that left/x should be 76" Here is the call stack : Thanks, Serkan 16.06.2020 2

Fwd: Fwd: Re: hscroll bar for adg hides the content

2020-06-16 Thread serkan
Hi Alex, For view: has style: html source : left is 76px shifted. When manually edit html and remove left spacing it is displayed well. I tried changing the value with code: selectedGroupId="{selectedGroupId}" left="0px" /> But had no effect. I guess it is related with defau