You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by cb...@apache.org on 2011/06/23 11:53:22 UTC

svn commit: r1138803 - /pivot/trunk/tests/src/org/apache/pivot/tests/suggestion_popup_test.bxml

Author: cbartlett
Date: Thu Jun 23 09:53:21 2011
New Revision: 1138803

URL: http://svn.apache.org/viewvc?rev=1138803&view=rev
Log:
PIVOT-762
Multiple TextInputs to allow testing of focus traversal 

Modified:
    pivot/trunk/tests/src/org/apache/pivot/tests/suggestion_popup_test.bxml

Modified: pivot/trunk/tests/src/org/apache/pivot/tests/suggestion_popup_test.bxml
URL: http://svn.apache.org/viewvc/pivot/trunk/tests/src/org/apache/pivot/tests/suggestion_popup_test.bxml?rev=1138803&r1=1138802&r2=1138803&view=diff
==============================================================================
--- pivot/trunk/tests/src/org/apache/pivot/tests/suggestion_popup_test.bxml (original)
+++ pivot/trunk/tests/src/org/apache/pivot/tests/suggestion_popup_test.bxml Thu Jun 23 09:53:21 2011
@@ -21,8 +21,9 @@ limitations under the License.
     xmlns:bxml="http://pivot.apache.org/bxml"
     xmlns="org.apache.pivot.wtk">
     <BoxPane orientation="vertical">
-        <TextInput bxml:id="textInput"/>
-        <TextInput/>
+        <TextInput prompt="Regular TextInput" />
+        <TextInput bxml:id="textInput" prompt="TextInput &amp; SuggestionPopup" />
+        <TextInput prompt="Regular TextInput" />
         <Label bxml:id="selectedIndexLabel"/>
     </BoxPane>
 </Window>