[TIMOB-5561] MobileWeb: Object loses its backgroundColor when backgroundGradient set to undefined.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-06-14T00:42:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Misha Vasko |
Assignee | Maxim Negadaylov |
Created | 2011-06-13T05:22:15.000+0000 |
Updated | 2017-03-09T20:07:43.000+0000 |
Description
How to represent:
1. Run in browser KitchenSink_HTML5 > UI Methods
2. Create TextField object
3. Set backgroundColor property by clicking 'bgColorProp'
4. Set backgroundGradient property by clicking 'bgGradientProp'
5. Click 'bgGradientProp' one more time to clear backgroundGradient property.
backgroundColor of the textField becomes the same color as window instead of green color which was set by 'bgColorProp'
Closing ticket as fixed.