[TIMOB-12782] Android: OptionDialog gets displayed too large when anyDensity is set to false
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-02-11T21:27:41.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.2.0 |
Components | Android |
Labels | SupportTeam, exalture, module_optiondialog, qe-testadded |
Reporter | Betty Tran |
Assignee | Ingo Muschenetz |
Created | 2013-02-19T13:04:11.000+0000 |
Updated | 2014-05-13T08:51:07.000+0000 |
Description
Option dialogs are appearing too large on the Samsung Galaxy Note device when the is set to false. The options appear to overlap each other.
Code to reproduce
var opts = {
selectedIndex: 0,
options: ["Apple", "Orange", "Pear", "Plum", "Strawberry", "Grape"]
};
var optDialog = Ti.UI.createOptionDialog(opts);
optDialog.show();
Please see the attached screenshot for how it looks.
I have not been able to test this since I do not have access to a Samsung Galaxy Note, but I have not been able to reproduce this in a Nexus 4 or a HTC Desire HD.
Attachments
File | Date | Size |
---|---|---|
Screenshot_2013-02-17-12-15-37.png | 2013-02-19T13:06:28.000+0000 | 114676 |
device specific
This issue can't be reproduced with TISDK 3.2 or higher. Therefore, marking it as resolved.
Verified the issue. Option Dialog looking fine. Not getting overlapped. Hence closing the issue. Appc-Studio:3.2.3.201404151910 sdk:3.3.0.v20140416200257 acs:1.0.14 alloy:1.3.1 npm:1.3.2 titanium:3.2.3-beta titanium-code-processor:1.1.1-beta1 xCODE:5.1.1 Device:Nexus7(v4.4.2),HTC Desire(v4.0.3),Galaxy Note(v2.3.6)