Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4715] Android: Remove get/setMessageid in Ti.UI.AlertDialog

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2011-11-05T13:53:46.000+0000
Affected Version/sRelease 1.7.1
Fix Version/sSprint 2011-31, Release 1.8.0
ComponentsAndroid
Labelsparity
ReporterMarshall Culpepper
AssigneeNatalie Huynh
Created2011-07-19T09:37:15.000+0000
Updated2014-06-19T12:46:44.000+0000

Description

We should't need to expose get/setMessageid in Ti.UI.AlertDialog (this causes a parity gap w/ iOS)

Comments

  1. Bill Dawson 2011-08-08

    You can test with this code below, which should show you an error that the function setMessageid cannot be found, which is correct since the change was to remove it. You can also test this by running the coverage report (python drillbit/coverage/coverage.py) and opening the resulting HTML report and verifying that AlertDialog does not contain setMessageid.
       Ti.UI.createAlertDialog().setMessageid("abc");
       
  2. Natalie Huynh 2011-09-22

    Tested with 1.8.0.v20110921124951 on Gslate 3.1 Emulator 2.3 Hero 2.1
  3. Don Thorp 2011-11-05

    Standardizing summary and labels.

JSON Source