[TIMOB-12016] CodeProcessor: Implement color replacer for Mobile Web
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T20:09:16.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Code Processor, MobileWeb |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Chris Barber |
Created | 2012-12-11T00:44:57.000+0000 |
Updated | 2017-03-20T16:52:16.000+0000 |
Description
Currently, Mobile Web has to convert all colors to hex, which it accomplishes via a lookup table. This is highly inneficient in terms of space usage. The Code Processor could replace all color references with their hex equivalents so the lookup table can be removed. This will have to be conditional though, since it may not be possible to replace all instances, especially if the user is performing indirect logic with the color names.
Code processor is dead.