[ALOY-304] Special tag parsers are overwriting properties defined in TSS, even when empty
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-09-27T14:46:12.000+0000 |
Affected Version/s | 2012 Sprint 20 |
Fix Version/s | 2012 Sprint 20, Release 3.0.0 |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-09-27T13:06:08.000+0000 |
Updated | 2018-03-07T22:26:13.000+0000 |
Description
The current problem showed up in "platform_folders" test app. Basically, the special tag parser for the coverflow is overwriting the "images" property defined in the tss even though the special tag parsing is not used.
<CoverFlowView/>
I suspect this is the case with other parser as well, like Toolbar, ButtonBar, etc... I'll need to investigate to figure out which parsers are affected and then make sure they only overwrite the tss values when they actually contain values.
No comments