[TIMOB-948] iOS: SearchBar issue in PopOver, with TableView
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2017-06-07T22:50:55.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api |
Reporter | Fred Spencer |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T02:39:56.000+0000 |
Updated | 2017-06-07T22:50:55.000+0000 |
Description
Scenario:
PopOver populated with a TableView - TableView given a SearchBar
When search is given focus, the TableView will gray. Tapping the TableView will blur the SearchBar and remove the gray from the
TableView and the cancel button from the SearchBar. Tapping out of a PopOver will trigger the hide method (correct?) and event on the PopOver. While using the blur method on the SearchBar does work if the PopOver is hidden, the TableView is still grayed out (and the cancel button still shows) when the user taps to display the PopOver.
Same behavior in 1.2 and 1.3
Comments
JSON Source
Might be a duplicate of TIMOB-1091.
I wanted to add my comments here so that I could close my HelpDesk ticket. I was pointed to this bug as the reason for my issues with inserting a search bar as a table view row inside of a popover menu for an iPad application. The search bar successfully gains focus when the app is in horizontal orientation (where the popover becomes the left side of a split view), but refuses to gain focus when in vertical orientation (where it is a popover). Here is the HelpDesk ticket: http://developer.appcelerator.com/helpdesk/view/59541#c270271
Sample Code:
http://pastie.org/2028359
I can reproduce this with 2.0.1GA2 on the iPad simulator.
Tested on the iPad simulator with TiSDK 2.2.0v20120810194112, issue still reproducible.
Can I champion this issue. It still exists in 3.2.1 I also see that the searchBar doesn't hide the original rows when you begin to filter if in a popover. So if I filter down to 2 rows, the original rows 3,4,5 etc.. are still visible underneath.
Is this related to TIMOB-15526?
Closing ticket as duplicate.