Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11850] BlackBerry: TextField Password Mask

GitHub Issuen/a
TypeStory
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-11-24T20:11:39.000+0000
Affected Version/sn/a
Fix Version/sRelease 3.1.0, 2012 Sprint 24, BB Preview 3
Componentsn/a
Labelsn/a
ReporterJosh Roesslein
AssigneeJosh Roesslein
Created2012-11-24T20:08:31.000+0000
Updated2017-03-08T18:26:38.000+0000

Description

As a developer, I want the ability to mark a textfield containing sensitive information (ex: password) so that it is masked to hide previously typed characters.

Comments

  1. Josh Roesslein 2012-11-24

    Acceptance Test

       var win = Ti.UI.createWindow();
       
       var textField = Ti.UI.createTextField({
           passwordMask: true,
           width: 200
       });
       win.add(textField);
       
       win.open();
       
    Pass: TextField is visible and previously typed characters are masked out.
  2. Lee Morris 2017-03-08

    Closing ticket as resolved.

JSON Source