Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4646] Android: TableView background selector incorrectly draws when anyDensity is true

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2011-11-05T13:52:57.000+0000
Affected Version/sRelease 1.7.1
Fix Version/sSprint 2011-29, Release 1.8.0
ComponentsAndroid
Labelsn/a
ReporterMarshall Culpepper
AssigneeNatalie Huynh
Created2011-07-13T08:43:04.000+0000
Updated2014-06-19T12:46:41.000+0000

Description

See the difference in these two: 1) KitchenSink with anyDensity=false http://arcaner.com/_skitch/table_view_default_selector.png 2) A test with anyDensity=true http://arcaner.com/_skitch/table_view_custom_with_default_selector.png Notice the slight box around the test in #2. This happens regardless of whether or not there is a "backgroundSelectedColor" or "backgroundSelectedImage". You can see this in KitchenSink by setting anyDensity=true in the tiapp.xml:
<android xmlns:android="http://schemas.android.com/apk/res/android">
    <manifest>
        <supports-screens android:anyDensity="true"/>
    </manifest>
</android>

Comments

  1. Opie Cyrus 2011-07-22

    issue resolved with the fixes in #4645
  2. Marshall Culpepper 2011-07-25

    Should be resolved with the other batch of these covered by the latest pull request
  3. Natalie Huynh 2011-09-21

    Tested with 1.8.0.v20110921124951 on Hero 2.1 GSlate 3.1
  4. Don Thorp 2011-11-05

    Standardizing summary and labels.

JSON Source