Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2505] border-radius on Android: unexpected behaviour

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2013-01-25T18:18:06.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsandroid
ReporterThomas Keunebroek
AssigneeShak Hossain
Created2012-10-09T14:15:45.000+0000
Updated2016-03-08T07:41:33.000+0000

Description

Prior to version 2.1.3, the jss attribute border-radius had no effect in Android. Now it just makes title attribut disappear in a TableViewRow that is inserted in a TableView. Edit : should be moved to TIMOB, sorry about that.

Comments

  1. Daniel Sefton 2012-11-01

    This can't be moved to TiMob without a reproducible test case, so if you could provide one that would be great. Cheers.
  2. Daniel Sefton 2012-11-28

    Will re-open once a test case is provided.
  3. Daniel Sefton 2013-01-25

    I've set this to resolved so that the issue can now be edited to provide more info. Thanks, Daniel
  4. Mostafizur Rahman 2013-12-08

    Hello, I tested this issue the test code below. I can’t reproduce this issue in Ti SDK 3.2.0.x. It is most likely fixed. Please test this issue using the latest release and let us know your feedback. If you continue to get the unexpected behavior, please update this report with your "test case". We will then review your test case for further investigation.

    Test Environment:

    OS: MAC OS X 10.8.5 Ti SDK: 3.2.0.x Ti CLI: 3.3.0 alloy 1.3.0-beta Android Device Android SDK 2.3.3

    Test Code

    index.xml
     
       <Alloy>
       	<Window id="win" backgroundColor="white">
       		<TableView id="table">
       			<TableViewSection id="sectionFruit" headerTitle="Fruit">
       				<TableViewRow title="Apple"/>
       				<TableViewRow title="Bananas"/>
       			</TableViewSection>
       			<TableViewSection id="sectionVeg" headerTitle="Vegetables">
       				<TableViewRow title="Carrots"/>
       				<TableViewRow title="Potatoes"/>
       			</TableViewSection>
       			<TableViewSection id="sectionFish" headerTitle="Fish">
       				<TableViewRow title="Cod"/>
       				<TableViewRow title="Haddock"/>
       			</TableViewSection>
       		</TableView>
       	</Window>
       </Alloy>
       
    index.js
       $.win.open();
       
       
       
    index.tss
       ".container": { backgroundColor:"white", width: Ti.UI.FILL, height: Ti.UI.FILL },
       'TableViewRow': { className: 'rows', borderRadius: 20, borderColor: 'red', borderWidth: 5 ,   font:{fontSize: 24 }}
       

    Step to reproduces

    Create a new alloy project

    Paste test code in index.js/index.xml/index.tss

    Now run on Android Device

    Result

    BorderRadius is working good Thanks
  5. Shak Hossain 2013-12-18

    Closing since it can't be reproduced with our latest build.

JSON Source