Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9856] MobileWeb: Black display appearing on top of keypad (Blackberry OS7)

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T22:19:55.000+0000
Affected Version/sRelease 2.1.0
Fix Version/sn/a
ComponentsMobileWeb
LabelsSupportTeam
ReporterMauro Parra-Miranda
AssigneeChris Barber
Created2012-07-02T12:11:04.000+0000
Updated2017-05-02T22:19:55.000+0000

Description

Problem Description

When we focus the textfield in blackberry, we see a black display on top of the keypad. please find the screenshot attached.

Expected results

The keyboard showing without the black box on top.

Actual Results

The keyboard is having a blackbox on top.

Test Case

1. Create mobile project 2. add this to app.js
var win = Ti.UI.createWindow();

var scrolly = Titanium.UI.createScrollView({contentHeight:'auto'});
win.add(scrolly);

var tf1 = Titanium.UI.createTextField({
	color:'#336699',
	height:55,
	top:10,
	left:10,
	width:250,
});

win.add(tf1);

win.open();

Comments

  1. Lee Morris 2017-05-02

    Resolving ticket as Invalid as Blackberry is no longer supported.

JSON Source