Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8254] MobileWeb: Textarea border gets clipped

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-03-23T16:32:10.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sRelease 2.0.0, Sprint 2012-06
ComponentsMobileWeb
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2012-03-23T15:20:22.000+0000
Updated2012-08-13T14:09:25.000+0000

Description

Right and bottom borders are getting clipped.
var win = Ti.UI.createWindow({
	backgroundColor: '#fff',
	fullscreen: false,
	exitOnClose: true
});

var tf = Ti.UI.createTextArea({
	width: 200,
	height: 100
});
win.add(tf);

win.open();

Attachments

FileDateSize
app.js2012-03-23T16:28:35.000+0000284

Comments

  1. Chris Barber 2012-03-23

    Pull request: https://github.com/appcelerator/titanium_mobile/pull/1826
  2. Lokesh Choudhary 2012-08-13

    Verified fix on: Titanium studio : 2.1.1.201207271312 SDK version : 2.2.0.v20120810194112 Android 4.0.4 - default ,chrome 18.0 Iphone 4.3.5 - safari mobile Mountain lion(10.8) - chrome 21.0,safari 6,firefox 14.0.1

JSON Source