GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-05-13T18:33:07.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | 2013 Sprint 25, 2013 Sprint 25 Core, Release 3.2.0, Release 3.3.0 |
Components | Android, iOS |
Labels | 3.2.0, kitchensink, qe-closed-3.3.0, qe-testadded, regression |
Reporter | Paras Mishra |
Assignee | Chris Barber |
Created | 2013-12-03T07:13:33.000+0000 |
Updated | 2015-02-02T20:47:24.000+0000 |
Android: KitchenSink: BaseUI > Views > Web Views > Local URL, Missing label 'Click Me to Hide the Toolbar'
It works fine on SDK: 3.1.3.GA
Expected:
'Click Me to Hide the Toolbar' should be visible.
Actual:
'Click Me to Hide the Toolbar' is not visible, screen shots are attached.
Bug exists on: Mac OSX 10.9 Mavericks Titanium Studio, build: 3.2.0.201311262027 Titanium SDK, build: 3.2.0.v20131127194046 CLI: 3.2.0-beta Alloy: 1.3.0-beta Kitchen Sink pulled from repository: 3.2.0 build Click Me to Hide the Toolbar button is missing
This regression is caused by [PR#4970](https://github.com/appcelerator/titanium_mobile/pull/4970).
If I run KS in development mode
, the label shows fine.
This is NOT is caused by [PR#4970](https://github.com/appcelerator/titanium_mobile/pull/4970). This bug has been in the new Android build since the day it landed in master. It's a little tricky.
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5061 3.2.x pull request: https://github.com/appcelerator/titanium_mobile/pull/5062
Verified the fix on: Appcelerator Studio: 3.2.0.201312042306 SDK:3.2.0.v20131204220843 alloy: 1.3.0-beta acs: 1.0.9 npm: 1.3.2 titanium: 3.2.0-beta titanium-code-processor: 1.1.0-beta Xcode:5.0.2 OS: Mac OSX 10.9 Device: Google Nexus7(v4.3) Click me to hide toolbar label is visible. Hence closing as working as expected
Issue appears on: OSX: 10.9 Xcode: 5.1Beta5 Appcelerator Studio: 3.2.2.201403061827 SDK: 3.2.3.v20140310185916 acs:1.0.14 alloy:1.3.1 npm:1.3.2 titanium:3.2.1 titanium-code-processor:1.1.0 Device: Nexus 7 (v4.4.2)
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5676
Tested on Android 4.4.2 emulator (I don't have a device running that version). KitchenSink > ... > Local URL page works as described under Expected.
Verified the FIXED with: Appc-Studio:3.3.0.201405121247 sdk:3.3.0.v20140514163013 acs:1.0.14 alloy:1.4.0-alpha npm:1.3.2 titanium:3.3.0-dev titanium-code-processor:1.1.1 xcode:5.1.1 Device:Nexus5(v4.4.2),Nexus7(v4.4.2) Working as expected. Getting the "Click Me to Hide the Toolbar" label. Hence closing the issue.