kuza55/minimalcomps

TextArea does not use Style.PANEL for its default color

Closed this issue · 1 comments

What steps will reproduce the problem?
1. TextArea does not use Style.PANEL for its default color
2. Source shows that it uses a hard coded white color in Text.as:
line 76: _panel.color = 0xffffff;

What is the expected output? What do you see instead?
TextArea could use the Style.PANEL color. Instead it is white. If the 
Style.LABEL_TEXT is set to white the TextArea text is not visible (white on 
white).

What version of the product are you using? On what operating system?
0.9.6 download

I attach an updated Text.as class with the default color set to use Style.PANEL.

Cheers,

Jerome.

Original issue reported on code.google.com by jerome.m...@gmail.com on 1 Dec 2010 at 2:24

Attachments:

Added Style.TEXT_BACKGROUND

Original comment by k...@bit-101.com on 31 Dec 2010 at 1:13

  • Changed state: Fixed