Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12176] Android: Create ListView module

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-03-14T04:57:37.000+0000
Affected Version/sn/a
Fix Version/sRelease 3.1.0, 2013 Sprint 05 API, 2013 Sprint 05
ComponentsAndroid
Labelsn/a
ReporterIngo Muschenetz
AssigneeHieu Pham
Created2013-01-03T09:00:45.000+0000
Updated2017-03-29T16:47:51.000+0000

Description

Attachments

FileDateSize
app.js2013-03-11T01:31:11.000+000011311

Comments

  1. Ping Wang 2013-03-11

    PR: https://github.com/appcelerator/titanium_mobile/pull/3935/ Since the PR changes the event bubbling, we need to test TIMOB-10463 when FR.
  2. Allen Yeung 2013-03-12

  3. Allen Yeung 2013-03-12

    Another test case here: http://pastebin.com/JiNuhkn5
  4. Darren Haligas 2013-03-18

    I am not able to get the selectedBackgroundColor on the rows. Here is my template for each row. Also the tests app.js I don't get the selector color when tapping it.
       var template = {
       		properties : {
       			selectedBackgroundColor: "green"
       		},
       		childTemplates : [{
       			type : 'Ti.UI.ImageView',
       			bindId : 'image',
       			properties : {
       				left : '0',
       				width : '60dp',
       				height : '60dp'
       			},
       		}, {
       			type : 'Ti.UI.Label',
       			bindId : 'title',
       			properties : {
       				color : 'black',
       				font : {
       					fontFamily : 'Arial',
       					fontSize : '13dp',
       					fontWeight : 'bold'
       				},
       				left : '80dp',
       				top : '5dp',
       				width : Ti.UI.SIZE,
       				height : Ti.UI.SIZE
       			},
       		}]
       	};
       
  5. Darren Haligas 2013-03-18

    In my template above when my title label is longer than the viewport I want it to wrap to the next line or ellipsize. It is currently just got right off the screen.
  6. Ingo Muschenetz 2013-03-18

    @Darren--can you please file a separate bug for that issue?
  7. Darren Haligas 2013-03-18

    Ingo shouldn't this be reopened since it is not feature complete? I would like to see this fixed in 3.1
  8. Ingo Muschenetz 2013-03-18

    @Darren, the feature may be complete, but it could still have bugs as a result of testing. Those should be opened as separate issues or it will make addressing and resolving them impossible to manage.
  9. Darren Haligas 2013-03-18

    Understood .. I will create one with a sample test
  10. Lee Morris 2017-03-29

    Closing ticket as fixed.

JSON Source