Re: Re: TextInput layout changes after SDK upgrade

2016-05-20 Thread Fréderic Cox
If I do not set applicationDPI or customRuntimeDPIProvider on desktop then the only way to "fix" my issue with textinputs is to set: s|TextInput{ fontSize: 13; } in defaults.css in my library project. Then it fixes the issue I have in desktop version (mobile version was already OK without using

Re: Re: TextInput layout changes after SDK upgrade

2016-05-20 Thread Fréderic Cox
I think the issue is that I am using a library project. In that is most of my code. Then I have a desktop project and mobile project but because mobile is set at 160 dpi and default for desktop is 120 that I'm getting the differences in component layouts. So this was my initial problem. On Fri, Ma

Re: TextInput layout changes after SDK upgrade

2016-05-19 Thread Fréderic Cox
I fixed my issue by not setting applicationDPI="160" but instead returning 160 always for a custom runtimeDPIProvider for desktop. This seems to work On Thu, May 19, 2016 at 5:28 PM, Fréderic Cox wrote: > I found the issue. It is only affecting the desktop preview so not an SDK > issue but an is

Re: TextInput layout changes after SDK upgrade

2016-05-19 Thread Fréderic Cox
I found the issue. It is only affecting the desktop preview so not an SDK issue but an issue with scaling. See https://issues.apache.org/jira/browse/FLEX-34653 I could easily fix this by setting applicationDPI in my desktop app but that causes the scaling bug as reported in https://issues.apache.o

Re: TextInput layout changes after SDK upgrade

2016-05-18 Thread Alex Harui
Please file a JIRA issue and attach a simple test case including the -app.xml file. Thanks, -Alex On 5/18/16, 4:15 AM, "Fréderic Cox" wrote: >I only edited the AIR version since a compiler error showed up when I >switched. No other changes made. > >On Tue, May 17, 2016 at 5:19 PM, Alex Harui w

Re: TextInput layout changes after SDK upgrade

2016-05-18 Thread Fréderic Cox
I only edited the AIR version since a compiler error showed up when I switched. No other changes made. On Tue, May 17, 2016 at 5:19 PM, Alex Harui wrote: > Did you upgrade the -app.xml file? I'm wondering if there are settings in > there affecting how it shows up. > > -Alex > > On 5/17/16, 3:23

Re: TextInput layout changes after SDK upgrade

2016-05-17 Thread Alex Harui
Did you upgrade the -app.xml file? I'm wondering if there are settings in there affecting how it shows up. -Alex On 5/17/16, 3:23 AM, "Fréderic Cox" wrote: >MacBook Pro (15-inch, Early 2011) > >On Sun, May 15, 2016 at 7:44 AM, Alex Harui wrote: > >> What kind of computer do you have? I'm won

Re: TextInput layout changes after SDK upgrade

2016-05-17 Thread Fréderic Cox
MacBook Pro (15-inch, Early 2011) On Sun, May 15, 2016 at 7:44 AM, Alex Harui wrote: > What kind of computer do you have? I'm wondering if it is Retina display > support. > > -Alex > > On 5/14/16, 11:36 AM, "Fréderic Cox" wrote: > > >AIR desktop, but it is a library project which is included i

Re: TextInput layout changes after SDK upgrade

2016-05-14 Thread Alex Harui
What kind of computer do you have? I'm wondering if it is Retina display support. -Alex On 5/14/16, 11:36 AM, "Fréderic Cox" wrote: >AIR desktop, but it is a library project which is included in AIR desktop >and AIR mobile. Both AIR mobile simulator and desktop show the issue. I'll >try to fin

Re: TextInput layout changes after SDK upgrade

2016-05-14 Thread Fréderic Cox
AIR desktop, but it is a library project which is included in AIR desktop and AIR mobile. Both AIR mobile simulator and desktop show the issue. I'll try to find some time on monday to create a reproducable scenario and file a JIRA bug. Good to know that it is not an intended change as you noted. O

Re: TextInput layout changes after SDK upgrade

2016-05-13 Thread Alex Harui
On 5/13/16, 5:41 PM, "Fréderic Cox" wrote: >It is a bit of a guess but I'd say from 13 to 26. I fixed it by setting >s|TextInput to fontSize:13 in my CSS. Just found it odd that the default >has changed and I can't find any references about that in release note >(maybe I'm overlooking it). If n

Re: TextInput layout changes after SDK upgrade

2016-05-13 Thread Fréderic Cox
It is a bit of a guess but I'd say from 13 to 26. I fixed it by setting s|TextInput to fontSize:13 in my CSS. Just found it odd that the default has changed and I can't find any references about that in release note (maybe I'm overlooking it). If nobody else reported this I think it's not that big

Re: TextInput layout changes after SDK upgrade

2016-05-13 Thread Alex Harui
Dramatically? How many pixels? On 5/13/16, 7:58 AM, "Fréderic Cox" wrote: >Hi, > >I upgraded an existing project from 4.10 to 4.15 and now without any code >adjustments the TextInput has a higher default height (I did not specify >any height in the code) and also the font size increased dramati