Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12016] CodeProcessor: Implement color replacer for Mobile Web

GitHub Issuen/a
TypeStory
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2016-08-24T20:09:16.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsCode Processor, MobileWeb
Labelsn/a
ReporterIngo Muschenetz
AssigneeChris Barber
Created2012-12-11T00:44:57.000+0000
Updated2017-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.

Comments

  1. Chris Barber 2016-08-24

    Code processor is dead.

JSON Source