To be absolutely sure it was not related to TextInput, this is what  I did:

In  /components/ActionBar/swfs/ActionBar.mxml
I removed all the content, except:
<comps:ActionBarBasic id="actionBar" />

Then I did a minirun on that special test case:
./mini_run.sh  -mobile  -caseName=ActionBar_TitleDisplay_TextDecoration  
tests/mobile/components/ActionBar/styles/ActionBar_Styles.mxml

The "black" in the crossing still appears.

I also tried generating baselines for that test, and the new XML DL has only 
one StyleableTextField, and the black artifact is still there.

So it's something new in StyleableTextField, not ScrollableStageText.

WDYT ?

Maurice 

-----Message d'origine-----
De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] 
Envoyé : mardi 19 novembre 2013 15:11
À : dev@flex.apache.org
Objet : RE: git commit: [flex-sdk] [refs/heads/develop] - UPDATED - Tentative 
FIX of FLEX-33166 Mobile TextInput with native StageTextInput cannot be 
included in scrollable forms - updated mustella baseline bitmaps following 
failures. Typical difference is tha...

Hi Justin, 

I think you are talking about: baselines/ 
ActionBar_TitleDisplay_TextDecoration@android_240ppi.png, which is the only one 
that turns black when crossing the descender "y".

I found it weird at first sight, because StyleableStageText / 
ScrollableStageText does not even have a textDecoration style, so how can it be 
wrong ?

So to understand, I had to parse the DL xml file:
Search for the text "Default Style", you will that only  
ActionBarSkin.as$58.TitleDisplayComponent has it one line#26  and it's a 
StyleableTextField.

The ScrollableStageText is completely at the end, and their parent container 
has width=0 & height=0.
In fact, all action bar except the one above have width=0 & height=0. 

So it shouldn't have any influence on the display, in theory.

But then, why is there a difference BEFORE/AFTER ?   is it a Flash Player 
artifact ?

Any clue ?

Thanks 

Maurice 

-----Message d'origine-----
De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : mardi 19 novembre 
2013 03:42 À : dev@flex.apache.org Objet : Re: git commit: [flex-sdk] 
[refs/heads/develop] - UPDATED - Tentative FIX of FLEX-33166 Mobile TextInput 
with native StageTextInput cannot be included in scrollable forms - updated 
mustella baseline bitmaps following failures. Typical difference is tha...

Hi,

I checked all the before and after bitmaps and found one issue.

In the ActionBar_TitleDisplay_TextDecoration test, the underline on the text 
Default Style is incorrect on the after bitmap as it turns black where it 
crosses the descender of the "y". 

Thanks,
Justin

Reply via email to