It should be hidden from the user portal not the report.

-----Original Message-----
From: Justin Mclean [mailto:jus...@classsoftware.com] 
Sent: Tuesday, February 7, 2017 5:22 PM
To: dev@flex.apache.org
Subject: Re: [FlexJS] vertical layout not working with labels

Hi,

Thanks for that:

> <body class="Application">
>       <script type="text/javascript">
>               new test_project().start();
>       </script><div class="flexjs" style="display: block; position: relative; 
> width: 29px; height: 28px;"><div style="display: block; position: absolute; 
> left: 0px; top: 0px; width: 29px; height: 28px;"><div style="position: 
> relative; width: 29px; height: 28px; display: block;"><div style="display: 
> block; position: absolute; left: 0px; top: 0px; width: 29px;"><span 
> class="Label" style="white-space: nowrap; cursor: default; pointer-events: 
> none; display: block;">hello</span><span class="Label" style="white-space: 
> nowrap; cursor: default; pointer-events: none; display: 
> block;">world</span></div></div></div></div>
> 
> </body>

This is what I get. It seems to be missing the height and widths and has less 
divs. I’m using the nightly from 4 days ago. 

<div class="flexjs" style="display: block; position: relative;"><div 
style="position: relative;"><span class="Label" style="white-space: nowrap; 
cursor: default; pointer-events: none;">hello</span><span class="Label" 
style="white-space: nowrap; cursor: default; pointer-events: 
none;">world</span></div></div>

Thanks,
Justin

Reply via email to