Found a workaround! When I set mouseChildren="true" on the button it is
working for me. Can't see anything in the release notes for that though ?
On Wed, Jul 6, 2016 at 3:03 PM, Fréderic Cox wrote:
> OK so here is what I found:
>
> My (mobile) project works in 4.11, not in 4.12
> A new mobile pr
OK so here is what I found:
My (mobile) project works in 4.11, not in 4.12
A new mobile projects works in 4.11, not in 4.12
A new project works in 4.11 and in 4.12 with spark theme
A new project worls in 4.11 and in 4.12 with the mobile theme if I included
mobile.swc and mobilecomponents.swc in th
I have now swapped the custom skin to a new custom skin by using Create
MXML Skin -> Host component Button and copy skin from ButtonSkin. If I add
a textinput in there it is also not responding to mouse events.
Easy to reproduce now:
CustomHeaderExperimental I only added
to the default spark
The custom skin is a skin with hostComponent is
fr.washmatique.spark.components.navigators.AccordionElementHeader and that
is defined as
public class AccordionElementHeader extends Button
So it is a custom skin (skinClass set to the Button) which contains
children. The children of this button sk
Alex,
I've investigated some more (and will continue in the coming hours,
hopefully not too long ;-)) but it seems the issue is *NOT* related to
spark textinput (as the title of this thread now incorrectly states). I
have added a button next to the textinput and I'm not able to click that
button e
Clicking into it does not work. Not able to input any text after clicking into
it because no focus is assigned after clicking
Verstuurd vanaf mijn iPhone
> Op 6 jul. 2016 om 07:02 heeft Alex Harui het volgende
> geschreven:
>
>
>
>> On 7/5/16, 2:14 PM, "Fréderic Cox" wrote:
>>
>> Hi,
>>
On 7/5/16, 2:14 PM, "Fréderic Cox" wrote:
>Hi,
>
>I have an existing application (mobile+desktop) that was using Flex 4.10
>with AIR 3.8. I decided to upgrade it to 4.15 and AIR20 but noticed a bug
>now. I have a custom skin that contains a TextInput, I am not able to
>focus
>into the textinput
Hi,
I have an existing application (mobile+desktop) that was using Flex 4.10
with AIR 3.8. I decided to upgrade it to 4.15 and AIR20 but noticed a bug
now. I have a custom skin that contains a TextInput, I am not able to focus
into the textinput anymore. I investigated and found that the issue was