GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-02-27T00:08:48.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.0.0, Release 7.5.1 |
Components | iPad |
Labels | listView, popover, search |
Reporter | Riduanul Islam |
Assignee | Vijay Singh |
Created | 2018-11-05T19:37:16.000+0000 |
Updated | 2019-02-27T00:08:51.000+0000 |
Issue :-1
* Issue description - The popover UI has shrunk and also lines are not visible in between few rows
* Screen shot showing the issue – PFA Issue_1.png and Issue_1_screenshot.png
* Sample app code – PFA Sample_APP.zip
Issue :-2
* Issue description - On searching an item in search bar and selecting a row the, popover stays with blank white background instead of disappearing
* Screen shot showing the issue – PFA Issue_2.png
* Sample app code – PFA Sample_APP.zip
[~rislam] Issue1 - I think you are not seeing the iPad screen in full size. Test it on device. Issue2 - This is issue. Simple test case -
[~rislam] There are following 2 workaround. Check with customer which suits them- 1. Use Ti.UI.iOS.NavigationWindow instead of Ti.UI.Window for property "contentView" of popover.
2. Use Ti.UI.SearchBar as subview of window rather property of Ti.UI.ListView
Hello [~vijaysingh], We have some update from the Customer here. The customer replied: #1: We tested the issue on iPad and can replicate it. Please see attachments !Health_Condition.png|thumbnail! !RC.png|thumbnail! . #2: Thanks for the work around. However, we have 70+ screens and all are form fields that heavily use these drop downs. Making a workaround in all the fields isn't a feasible option for us. Can we have a fix for the issue along with an updated SDK? Thanks
[~vijaysingh], Can you check out the customer last update? The first issue still persists with the real device and he needs a fixed SDK for the second issue. Thanks!
[~morahman] 1. If first issue mean that row height of table view is less, then use 'height' property of row in rowTemplate. e.g. -
2. On second issue we are still working on.
PR - https://github.com/appcelerator/titanium_mobile/pull/10481
Hello, Feed back from the customer:
Asking the customer to share a screenshot which displays the issue. Will be back here soon. Thanks
[~vijaysingh], Attached the image provided by the customer. Can you please review? The Navigation window is not accepting the height property Ti.UI.SIZE and Ti.UI.FILL.
Closing ticket, fix verified in SDK version: 8.0.0.v20181212023313 Test and other information can be found at: https://github.com/appcelerator/titanium_mobile/pull/10481 If customer is till facing issues please feel free to reopen the ticket.
7_5_X: https://github.com/appcelerator/titanium_mobile/pull/10721