Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13517] MobileWeb: Need to evaluate property/constant store in getter/setter

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-04-16T21:12:12.000+0000
Affected Version/sn/a
Fix Version/sRelease 3.2.0
ComponentsMobileWeb
Labelsqe-closed-3.2.0
ReporterChris Barber
AssigneeChris Barber
Created2013-04-10T21:49:16.000+0000
Updated2013-12-20T18:17:31.000+0000

Description

Properties and constants are currently stored in an internal object and we cache this destination. By moving the reference to __values__ inside the setters/getters, then we can override the destination store.

Comments

  1. Chris Barber 2013-04-10

    Master pull request: https://github.com/appcelerator/titanium_mobile/pull/4142
  2. Pragya Rastogi 2013-12-17

    Verified the changes having _values_ in git. Could you please provide the steps to test same?
  3. Chris Barber 2013-12-17

    To test if it's functionally working, simply build any app (like KitchenSink) and run it. To test if it's technically working, you need to write actual Mobile Web platform code (as in the Titanium SDK itself).
  4. Olga Romero 2013-12-20

    Tested and verified functional part of it,building and running KS. Mac osx 10.9 Mavericks Appcelerator Studio, build: 3.2.0.201312191455 Titanium SDK, build:3.2.0.v20131218153242 Safari 7 browser

JSON Source