Titanium JIRA Archive
Alloy (ALOY)

[ALOY-981] Implement KeyboardToolbar for TextArea

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2014-06-06T15:00:48.000+0000
Affected Version/sn/a
Fix Version/sAlloy 1.5.0
Componentsn/a
Labelsios, qe-manualtest
ReporterPaul Mietz Egli
AssigneeFeon Sua Xin Miao
Created2014-04-02T21:20:08.000+0000
Updated2014-08-08T21:50:39.000+0000

Description

TextArea is jealous of TextField and it's fancy toolbars... PR in the works. *Edited* to add proposed markup format (will match TextField)
<TextArea
	platform="ios"
	keyboardToolbarColor="#999"
	keyboardToolbarHeight="40"
	top="10" height="35" width="300"
	value="Focus to see keyboard with toolbar">

	<!-- Sets the keyboardToolbar property -->
	<KeyboardToolbar>
		<Toolbar>
			<Items>
				<Button systemButton="Ti.UI.iPhone.SystemButton.CANCEL" />
				<FlexSpace/>
				<Button systemButton="Ti.UI.iPhone.SystemButton.CAMERA" />
				<FlexSpace/>
				<Button style="Ti.UI.iPhone.SystemButtonStyle.DONE">Send</Button>
			</Items>
		</Toolbar>
	</KeyboardToolbar>
</TextArea>

Attachments

FileDateSize
Screen Shot 2014-06-06 at 4.05.52 pm.png2014-06-06T08:07:11.000+000064595

Comments

  1. Paul Mietz Egli 2014-04-02

    https://github.com/appcelerator/alloy/pull/356
  2. Tim Poulsen 2014-05-19

    Implementing PR 356 exposes the same problems as shown in ALOY-913 and ALOY-923. Until those are resolved, this ticket can't be addressed.
  3. Feon Sua Xin Miao 2014-06-06

    PR: https://github.com/appcelerator/alloy/pull/430 Test app: https://github.com/feons/alloy/tree/ALOY-981/test/apps/testing/ALOY-981 Functional Test: 1. Run the test app on iOS 2. After the app is loaded, click on the text area. 3. A toolbar should be displayed above the keyboard, please refer to attached screenshot for better illustration.
  4. Tim Poulsen 2014-06-06

    PR tested and merged
  5. Federico Casali 2014-08-08

    Verified working as expected on iPhone 5 7.1.2 TiSDK 3.4.0.v20140806111715 Alloy 1.5.0-dev Appcelerator Studio 3.3.1.201408051534 CLI 3.3.0 Fields updated. Closing. Test added to TCMS. Closing.

JSON Source