Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-28572] Android: TableView fails to render drawable on API 25

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2021-10-28T19:40:21.000+0000
Affected Version/sRelease 10.1.0
Fix Version/sRelease 10.1.1
ComponentsAndroid
Labelsn/a
ReporterGary Mathews
AssigneeGary Mathews
Created2021-10-28T17:05:44.000+0000
Updated2021-11-17T10:55:46.000+0000

Description

- TableView fails to render selected drawable on Android 7.1 due to a ShapeDrawable issue resolved in Android 8.0 *TEST CASE*
const win = Ti.UI.createWindow();
const table = Ti.UI.createTableView({
	data: [ { title: 'row 1' } ]
});

win.add(table);
win.open();

Comments

  1. Gary Mathews 2021-10-28

    master: https://github.com/appcelerator/titanium_mobile/pull/13151
  2. Ewan Harris 2021-11-17

    Backport PR: https://github.com/appcelerator/titanium_mobile/pull/13182

JSON Source