aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/textfield
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1541-2954/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Revert "Prevent field from updating when removing text change listener. ↵Mika Murtojärvi2015-06-172-56/+0
| | | | | | | | | | (#16270)" This reverts commit 4af793d06a0f4a6577aad13403ca7982c6fce224. Test ConverterThatEnforcesAFormatTest.checkElaborating is broken by this change. Change-Id: I8243f6a7bff6d7011d402bce4b614f7d2e4206fd
* Prevent field from updating when removing text change listener. (#16270)Sauli Tähkäpää2015-06-082-0/+56
| | | | Change-Id: I65c598ae71414550eb648fabf6e94fb1dabbef97
* Revert "Update text value also with timer triggered text change events. ↵Artur Signell2015-01-212-67/+0
| | | | | | | | (#16270)" This reverts commit c8d4c9e8cf1fa869c89751dc9a9b55f9be64773f. Change-Id: I73f19e80aef0fe37231ec5c261e0901e6bbd2d99
* Ignore change btwn paints and force update unfocused TextField (#15144)AMahdy AbdElAziz2015-01-202-0/+176
| | | | Change-Id: I0ddcea2a617fea00d707f7deaf155e98b9d6a832
* Update text value also with timer triggered text change events. (#16270)Sauli Tähkäpää2015-01-192-0/+67
| | | | Change-Id: I0e074c1ac47cb469a34a5c90533ca0dcfaf2e7e1
* Reformat project using Eclipse Luna SR1Artur Signell2014-12-291-1/+0
| | | | Change-Id: I58748499c87d470e70304d882d3227cda5803481
* Move TB2 files to separate folderArtur Signell2014-12-1818-1969/+0
| | | | | | This avoids running other HTML files as TB2 tests Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7
* Revert "TextField's input prompt is now disabled properly (#15144)"Artur Signell2014-12-182-318/+0
| | | | | | | | This reverts commit 52236519d9d3ed0cd7de5ed52c6aa19c514e15d6. Causes regression when updating style names in a text change listener (TextChangeListenerChangingNonTextProperties) Change-Id: I50bdb674872b98f3b1495a1115e352bfa7f13e8c
* Convert empty string to null Enum value, only throw ConversionExceptions ↵Artur Signell2014-12-112-3/+5
| | | | | (#14756) Change-Id: I027a245975db12e3661740bd233edd98e73994e9
* TextField's input prompt is now disabled properly (#15144)Sara Seppola2014-12-102-0/+318
| | | | Change-Id: I9b5d07ec2d8df78c3f120c2a891cc548da787f38
* Add ".v-required" style for required component (#10201).Denis Anisimov2014-10-072-0/+109
| | | | Change-Id: I889587234acdb79e33e625f993c1918befa6aae3
* String <-> Enum converter which produces a human readable string (#14756)Artur Signell2014-09-302-0/+107
| | | | Change-Id: I3a825f52a43daea3172ced23bc510118376e76cb
* Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-232-0/+80
| | | | Change-Id: I2440f6471b8bbb016497bf59cffd023b013460dd
* Fix VTextField w/ InputPrompt and ShortcutListener (#13492)hp2792014-08-212-0/+155
| | | | | | Previously, VTextField value was not updated when used w/ InputPrompt and ShortcutListener. Change-Id: I53631fe4e866dc6a861d1ea9d263dd5204ec6d7e
* Update remaining copyright years to 2014Artur Signell2014-04-233-3/+3
| | | | Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
* Merge changes from origin/7.1Artur Signell2014-04-235-5/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e77e73c Update copyright year to 2014 Conflicts: client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java client/src/com/vaadin/client/ApplicationConnection.java server/src/com/vaadin/data/util/converter/StringToNumberConverter.java shared/src/com/vaadin/shared/ui/ui/PageState.java shared/src/com/vaadin/shared/ui/window/WindowState.java theme-compiler/src/com/vaadin/sass/SassCompiler.java theme-compiler/src/com/vaadin/sass/internal/ScssStylesheet.java theme-compiler/src/com/vaadin/sass/internal/expression/ArithmeticExpressionEvaluator.java theme-compiler/src/com/vaadin/sass/internal/expression/BinaryExpression.java theme-compiler/src/com/vaadin/sass/internal/expression/BinaryOperator.java theme-compiler/src/com/vaadin/sass/internal/expression/exception/ArithmeticException.java theme-compiler/src/com/vaadin/sass/internal/expression/exception/IncompatibleUnitsException.java theme-compiler/src/com/vaadin/sass/internal/handler/SCSSDocumentHandler.java theme-compiler/src/com/vaadin/sass/internal/handler/SCSSDocumentHandlerImpl.java theme-compiler/src/com/vaadin/sass/internal/handler/SCSSErrorHandler.java theme-compiler/src/com/vaadin/sass/internal/parser/CharStream.java theme-compiler/src/com/vaadin/sass/internal/parser/Generic_CharStream.java theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java theme-compiler/src/com/vaadin/sass/internal/parser/LocatorImpl.java theme-compiler/src/com/vaadin/sass/internal/parser/MediaListImpl.java theme-compiler/src/com/vaadin/sass/internal/parser/ParseException.java theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java theme-compiler/src/com/vaadin/sass/internal/parser/ParserConstants.java theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java theme-compiler/src/com/vaadin/sass/internal/parser/SCSSLexicalUnit.java theme-compiler/src/com/vaadin/sass/internal/parser/SCSSParseException.java theme-compiler/src/com/vaadin/sass/internal/parser/SelectorListImpl.java theme-compiler/src/com/vaadin/sass/internal/parser/Selectors.java theme-compiler/src/com/vaadin/sass/internal/parser/ThrowedParseException.java theme-compiler/src/com/vaadin/sass/internal/parser/Token.java theme-compiler/src/com/vaadin/sass/internal/parser/TokenMgrError.java theme-compiler/src/com/vaadin/sass/internal/resolver/ClassloaderResolver.java theme-compiler/src/com/vaadin/sass/internal/resolver/FilesystemResolver.java theme-compiler/src/com/vaadin/sass/internal/resolver/ScssStylesheetResolver.java theme-compiler/src/com/vaadin/sass/internal/resolver/VaadinResolver.java theme-compiler/src/com/vaadin/sass/internal/selector/SelectorUtil.java theme-compiler/src/com/vaadin/sass/internal/tree/BlockNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ExtendNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ForNode.java theme-compiler/src/com/vaadin/sass/internal/tree/FunctionNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ImportNode.java theme-compiler/src/com/vaadin/sass/internal/tree/KeyframesNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ListContainsNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ListModifyNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ListRemoveNode.java theme-compiler/src/com/vaadin/sass/internal/tree/MediaNode.java theme-compiler/src/com/vaadin/sass/internal/tree/MicrosoftRuleNode.java theme-compiler/src/com/vaadin/sass/internal/tree/MixinDefNode.java theme-compiler/src/com/vaadin/sass/internal/tree/MixinNode.java theme-compiler/src/com/vaadin/sass/internal/tree/NestPropertiesNode.java theme-compiler/src/com/vaadin/sass/internal/tree/Node.java theme-compiler/src/com/vaadin/sass/internal/tree/RuleNode.java theme-compiler/src/com/vaadin/sass/internal/tree/SimpleNode.java theme-compiler/src/com/vaadin/sass/internal/tree/VariableNode.java theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/EachDefNode.java theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/IfElseDefNode.java theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/IfNode.java theme-compiler/src/com/vaadin/sass/internal/util/ColorUtil.java theme-compiler/src/com/vaadin/sass/internal/util/DeepCopy.java theme-compiler/src/com/vaadin/sass/internal/util/FastByteArrayInputStream.java theme-compiler/src/com/vaadin/sass/internal/util/FastByteArrayOutputStream.java theme-compiler/src/com/vaadin/sass/internal/util/StringUtil.java theme-compiler/src/com/vaadin/sass/internal/visitor/BlockNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/EachNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/ExtendNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/IfElseNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/ImportNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/MixinNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/NestedNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/VariableNodeHandler.java theme-compiler/tests/src/com/vaadin/sass/AbstractTestBase.java theme-compiler/tests/src/com/vaadin/sass/internal/expression/ArithmeticExpressionEvaluatorTest.java theme-compiler/tests/src/com/vaadin/sass/parser/ParserTest.java theme-compiler/tests/src/com/vaadin/sass/resolvers/VaadinResolverTest.java theme-compiler/tests/src/com/vaadin/sass/testcases/css/Interpolation.java theme-compiler/tests/src/com/vaadin/sass/testcases/css/Selectors.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AbstractDirectoryScanningSassTests.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AutomaticSassTests.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Comments.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ControlDirectives.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Extends.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Functions.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Imports.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Mixins.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/NestedProperties.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Nesting.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentImports.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentSelector.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTests.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTestsBroken.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassTestRunner.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Variables.java theme-compiler/tests/src/com/vaadin/sass/tree/ImportNodeTest.java uitest/src/com/vaadin/tests/push/BasicPushTest.java uitest/src/com/vaadin/tests/push/PushConfigurationTest.java uitest/src/com/vaadin/tests/push/PushReconnectTest.java Change-Id: Ic08c4f9aecd4c684ce74408de4e0b0d0ff617273
| * Update copyright year to 2014Artur Signell2014-04-165-5/+5
| | | | | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-072-0/+81
|\| | | | | | | | | | | | | | | | | | | 5b56eeb Changed the rendering order of TabSheet tabs to prevent an NPE in isClipped (#12343) 9026cef Make VTreeTableScrollBody extendable (#13054) b5a080c Provides error location for ArithmeticException. (#11877) a494133 Fixed TabSheet tab bar sizing by removing an obsolete Safari hack (#12343) 1dd2ed3 Changes padding for Textfields with Chameleon theme. (#12974) Change-Id: I44e168176753ed4228002ac11fbd214ee369131a
| * Changes padding for Textfields with Chameleon theme. (#12974)Felype Santiago Ferreira2013-12-102-0/+81
| | | | | | | | Change-Id: Iefccedce67cb04cf3ceb8128cb07c871fc940ab8
* | Make fields with value change listener immediateMatti Tahvonen2013-12-182-0/+256
| | | | | | | | | | | | | | | | | | | | | | Makes fields with value change listener immediate without explicit call. If immediate value has been explicitly set, it is honoured. In most cases immediate now works seamlessly and excess server round trips should be rare as a regression. “Fixes” #8029 in a more elegant manner Change-Id: Ic240c78c0a29447809a17de74196d3325a78ec1f
* | Adds String <-> BigDecimal converter (#9997)Artur Signell2013-07-012-0/+246
|/ | | | | | * BigDecimal properties connected to String based fields (TextField/TextArea/...) are now supported without custom converters Change-Id: I2dab67875b3cfdb46b17e9d4cc35ffb94c114478
* Merge changes from origin/7.0Leif Åstrand2013-05-101-0/+69
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 7d9f544 Test for #11396 (merged from 6.8 branch). Depends on a blur event so cannot be autotested with TB. 1b18807 Remove pre-loader element after pre-loading, fixes #10863 ce9c818 Instead of applying workaround to the root panel, apply it to the sub window content element instead to prevent scrolling of the document when a sub window is removed. #11713 (#10776) 3f5d022 Liferay 6.2 compatibility (#11751) ffd1c1b Don't ignore child component margins in AbstractOrderedLayout (#11553) 62ae5e1 More verbose output from running Jetty 21d9b67 Add a large number of debug calls to VFilterSelect (disabled by default) bdb7931 Merge test for #11623 to 7.0. 19e27a1 Move suggestion popup width calculation from connector to VFilterSelect Change-Id: I2d980126599e55fa5e4f6ec523dca16ba54107b5
| * Merge test for #11623 to 7.0.Johannes Dahlström2013-05-101-0/+69
| | | | | | | | | | | | | | | | | | The fix itself is not required due to the changed style name handling. svn changeset:25902/svn branch:6.8 svn changeset:25903/svn branch:6.8 Change-Id: I95a9adbcac82236017369003765735bbaacfe980
* | Global code reformatLeif Åstrand2013-04-051-0/+1
|/ | | | Change-Id: I4b3c74ede518aa2712038d1451974a93cdecabc2
* Updated merged 6.8 test to work with 7.0John Ahlroos2013-02-202-2/+2
| | | | Change-Id: I5e44183af9431ba34fb0ecaa353e6b65c2aaeace
* Merge of (#9940) to Vaadin 7John Ahlroos2013-02-202-0/+88
| | | | Change-Id: Ie2e53c8cdba20c8265fa04e35e9469b39b21d43e
* Fixed NPE when TextField value is null (#11021)Artur Signell2013-02-182-0/+94
| | | | | Ticket: 11021 Change-Id: If3b99333a116e6191ba3f563738e456a07173ab4
* Panel and Window based on AbstractSingleComponentContainer (#2924)Henri Sara2012-11-141-3/+0
| | | | Change-Id: I9eb1f40a02dcad0f756ad2518d86ef1c52aa69c2
* Moved classes from com.vaadin to com.vaadin.server (#10145)Artur Signell2012-11-061-1/+1
| | | | Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad
* Move LegacyWindow to its own file (#9917)Johannes Dahlström2012-11-021-1/+1
| | | | Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-9/+2
| | | | Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259
* Added test to confirm primary stylenames work with TextField #9896John Ahlroos2012-10-092-0/+83
| | | | Change-Id: I8cbbc5936151bdaee809741b225ddb79bb829b6c
* Rename Application back to LegacyApplication (#9402)Leif Åstrand2012-09-071-2/+2
|
* Reformat projectLeif Åstrand2012-09-052-2/+2
|
* Rename LegacyApplication -> Application (#9402)Leif Åstrand2012-09-051-2/+2
|
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-1/+2
|
* Move LegacyApplication to its own file (#9402)Leif Åstrand2012-09-051-2/+2
|
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-3036-0/+3386