[TIMOB-18278] iOS8: Popover resizing
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-01-15T17:34:25.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.0.0 |
Components | TiAPI |
Labels | popover, resize |
Reporter | Jérôme Danthinne |
Assignee | Vishal Duggal |
Created | 2014-12-16T08:26:59.000+0000 |
Updated | 2015-01-20T19:26:51.000+0000 |
Description
Prior to 3.5.0, I was using $.popover.height = xxx to resize the Popover, and it was working fine. Since 3.5.0.Beta, I was getting messages saying that this was obsolete and that I should use the contentView property.
After converting all my calls to $.popover.contentView.height = xxx, the contentView resizes itself, but the Popover doesn't... so some parts are hidden.
Hi, Please provide a test case to reproduce your problem, that will be really helpful to address the problem. Regards, Shuo
index.xml
index.js
index.tss
Still buggy in 3.5.0.RC…
And still in 3.5.0.GA :-(
Classic Test Case
Pull pending master - https://github.com/appcelerator/titanium_mobile/pull/6574
Verified fix on: Mac OSX 10.10.1 Appcelerator Studio, build: 3.4.1.201410281743 Titanium SDK build: 3.6.0.v20150120095514 Titanium CLI, build: 3.4.1 Alloy: 1.5.1 Xcode 6.1.1 iPad Mini 3 (8.1) Built to device using the code above, when resizing the content view the popover resizes along with it. Closing ticket.