[TIMOB-7745] iOS: SearchBar with prompt: initial display is incorrect
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T20:43:51.000+0000 |
Affected Version/s | Release 1.8.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Arthur Evans |
Assignee | Eric Merriman |
Created | 2012-02-21T16:21:02.000+0000 |
Updated | 2017-06-07T20:43:51.000+0000 |
Description
When specifying the "prompt" property to a search bar, the prompt text initially displays the prompt mashed on top of the search field. After focusing the search bar, the display is corrected (in some cases, it may be necessary to focus then cancel, or focus, search and select an item. Not sure it's deterministic.
After the prompt is displayed correctly, there are several other issues:
1) it's difficult to focus the search box (need to click a little "off" the box itself)
2) it's hard to click on the "clear/cancel" buttons (as above, need to click "off" the buttons)
3) the search bar covers most of the first row of the table
These issues all seem to be related to the fact that when properly displayed, the search bar with prompt is taller than its initial size.
Closing ticket due to time passed and lack of progress in the past 5 years.