aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/datefield
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1588-6704/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Close calendar popup when DateField is detached (#18985)Teemu Pöntelin2015-09-302-0/+115
| | | | Change-Id: Ib04b7356577dd5027cd9daac351f49a1a1e23f1d
* Input prompt shouldn't get set when input has focus (#18027)Anna Koskinen2015-05-282-0/+158
| | | | Change-Id: Ide792fec9bf9050cea0b7616536965e42d74b16a
* Removed outdated workaround (#14405)Anna Koskinen2015-05-061-6/+0
| | | | Change-Id: I3b7e6c9d5f5e24589b3dac238fa78814e30d057f
* Fix enabled handling for DateField and PopupDateField (#17620)Artur Signell2015-05-052-0/+174
| | | | Change-Id: I3e38bb5c03453b6c1ad5c9bb717241297a779f73
* Convert PopupDateFieldValueChangeEventsTest from TB2 to TB4Teemu Suo-Anttila2015-04-232-8/+95
| | | | Change-Id: I0442574763ba5c29f24100f47497b5992ecafbc8
* Sanitize connectors for PopupDateField and DateField. (#17090)Sauli Tähkäpää2015-03-172-0/+45
| | | | Change-Id: I667796430eeaa0ddd8142b0c229fe133cd30cd49
* Fix text input of PopupCalendar in Internet Explorer (#16677).Mika Murtojarvi2015-03-032-0/+101
| | | | | | | Similarly to VTextField, VTextualDate now uses KeyDownHandler with IE to process the pressing of the return key. Change-Id: I139134fc38678ad46f0c46f30e3de25547b9a3c6
* Use TestBench-4.0.2Teemu Suo-Anttila2015-02-193-14/+7
| | | | | | | | - Based on TB4 Parallel testing. - Browser setup no longer uses static capabilities. - Some code cleanup here and there. Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
* Reformat project using Eclipse Luna SR1Artur Signell2014-12-292-7/+9
| | | | Change-Id: I58748499c87d470e70304d882d3227cda5803481
* Move TB2 files to separate folderArtur Signell2014-12-1837-5842/+0
| | | | | | This avoids running other HTML files as TB2 tests Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7
* Set locale explicitly in DateRangeWithSql. (#15342)Sauli Tähkäpää2014-12-101-0/+3
| | | | Change-Id: I5f73ac5e8bc6be93fa0f9b9089b1584fb35f4a76
* DateField popup doesn't close when popup button is clicked (#14857)Anna Miroshnik2014-12-102-0/+124
| | | | Change-Id: Ieb6ff2f072726fe8707d3cce61569dd623b13ebd
* Position calendar popup on the left side if there is no space (#14757).Denis Anisimov2014-12-106-0/+263
| | | | Change-Id: I83836bbf077033712a569c8eff52576b012b4dee
* Fix issues when using java.sql.Date as DateField range (#15342)Teemu Pöntelin2014-12-092-0/+105
| | | | Change-Id: I656cc0600f929239605e17ab9cf71dc1ba96582f
* Revert "DateField popup doesn't close when click on popup button (#14857)"Sauli Tähkäpää2014-11-142-85/+0
| | | | | | | | This reverts commit 457e802e2fe59ec35089a55acdc7b0321a2d4a5a. Patch does not fix the issue with "slow" clicks when closing the calendar. Change-Id: I48384e081cf66dd4fc6cded8ecbd94cef5db57bb
* DateField popup doesn't close when click on popup button (#14857)Anna Miroshnik2014-11-102-0/+85
| | | | | | Fix and tests. Change-Id: I99d92c32727323fae543a24dfb90e849c3338a8c
* Add addButton() AbstractTestUI.Sauli Tähkäpää2014-10-231-4/+1
| | | | Change-Id: I55a02e96466b63f6b00047cc87ab111f6c08e45b
* Assign timezone before setting initial date in DateField. (#14653)Sauli Tähkäpää2014-10-072-0/+111
| | | | Change-Id: I3b527084d23ee8bd49887bef3d018c1003f492e2
* DateField ValueChange is now fired after flags are set (#14487)Guillermo Alvarez2014-09-092-0/+134
| | | | | | | | When the UI had an invalid string the ValueChange event was fired before setting all the flags causing an invalid isValid result when handling ValueChange. Now the event is fired after the flags are set. Change-Id: Ie4e6ba21edc81bf41c2c661aa27e0ace71e1bef0
* Override IE disabled style for text field (#14565)Mikael Grankvist2014-09-052-0/+76
| | | | Change-Id: Ie48e56666c43450c47015067879fdc604c7ac843
* PopupDateFieldExtendedRange test upgrade (#14292)Anna Koskinen2014-08-153-142/+517
| | | | Change-Id: I62f3f17cfbd5ddb5e1cd1b6085f4437fa49cfad1
* Make test more reliableArtur Signell2014-08-131-1/+4
| | | | Change-Id: I16a0000ae506b5aef4f4d44cf0ee7235da14a21a
* Fix the closing of a popup DateField (#14086, #14375).Mika Murtojarvi2014-08-072-0/+109
| | | | | | The popup is made non-modal. Change-Id: Ia396ff1e2e88639b97c9f556d7d3866f76755436
* Fix the behavior of PopupDateField when changing resolution (#14174).Mika Murtojarvi2014-08-052-0/+269
| | | | Change-Id: I99b325d71d9d6830349b92cc1226d6ad80066569
* Add missing headers for TB2 testsArtur Signell2014-08-051-0/+16
| | | | Change-Id: Ifb5ed47f7d16630c55b5e6b5d8bc6e174c39009c
* Disable automatic removal of trailing whitespace and reformatted using LunaArtur Signell2014-07-311-5/+8
| | | | | | | | | | Automatic removal of trailing whitespaces in Eclipse does not work even in a nearly consistent way across platforms, versions or even on the same maching within the same workspaces. Saving the same file multiple times even alternates between adding and removing a whitespace on empty block comment lines when saving. Change-Id: I0efd307fd48869ea688eb79aa77c9ba38de5a4a6
* Modified test case to work around bug preventing popup to close in IE (#14086)Anthony Guerreiro2014-07-071-1/+21
| | | | Change-Id: Icb47d8a0c737e27a3d88078b4162c633ba08739c
* Change DateFieldReadOnlyTest to use a initial reference instead of reusing ↵Sauli Tähkäpää2014-06-271-1/+1
| | | | | | | | | | readonly reference. Reusing the readonly reference causes weird test results when the first comparison fails and the second one succeeds: the build will fail but errors shots have been deleted because the second comparison succeeded. Change-Id: I3484f2d7bdaa604136d8cf917eefc80b389c6722
* Refactor DateFieldReadOnlyTest to use a predefined locale with 24h time.Sauli Tähkäpää2014-06-231-3/+6
| | | | Change-Id: I32011639b6e0dfdc36d6ede350db27af80549ac3
* Fixed an NPE while changing a DateField from 24 to 12h clock (#13722)Teemu Pöntelin2014-06-182-0/+144
| | | | | | | | | A client-side NullPointerException was fixed by not reusing the existing VTime panel and always recreating it instead. Otherwise the ListBox for switching between AM/PM might have been null. Change-Id: I8d54d91627043a12b52ac5d5e54d6f7a729af1ac
* Convert DateFieldReadOnlyTest TB2 -> TB4.Sauli Tähkäpää2014-05-272-66/+43
| | | | Change-Id: Iab81b1e5992d47c956f9d0440ece98fa546ee927
* Make Vaadin TB3/4 tests work and run on PhantomJS (#13291)Teemu Suo-Anttila2014-05-151-7/+3
| | | Change-Id: I0d1747d41b3b9e0a32d995a5cea9081292c8c2c6
* Fixed disabled and read-only modes of InlineDateField (#10262)Teemu Pöntelin2014-05-142-0/+137
| | | | Change-Id: If95d50954a4122b1039174ffcacd7874f7f1f71e
* Fix DateFieldFastForwardTest to close browser context menuTeemu Suo-Anttila2014-05-131-2/+11
| | | | Change-Id: Ib8c6e45a8f77630e71b6f5264d6d42dc5efe922d
* Fix DisabledDateFieldPopup testTeemu Suo-Anttila2014-05-052-20/+21
| | | | Change-Id: I27f43e5bed2a0ebc0f04a1a83c922de42fb1a3c5
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-0518-20/+20
|\ | | | | | | | | | | | | | | | | | | Conflicts: build.properties client/src/com/vaadin/client/ApplicationConnection.java client/src/com/vaadin/client/extensions/ResponsiveConnector.java server/src/com/vaadin/server/Responsive.java Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
| * Update remaining copyright years to 2014Artur Signell2014-04-232-2/+2
| | | | | | | | Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
| * Merge changes from origin/7.1Artur Signell2014-04-2316-18/+18
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1616-18/+18
| | | | | | | | | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* | | Fast-forward DateField only with left mouse button (#8012)Teemu Pöntelin2014-05-042-0/+101
| | | | | | | | | | | | Change-Id: Ib21c650feeed1ca584b2aeefb6c694e73e12b90d
* | | Disable/enable text field for DateField on setEnable() method (#13124).Denis Anisimov2014-04-152-6/+29
|/ / | | | | | | Change-Id: I49222e44f75ff228219042360f1764077da1016c
* | Merge changes from origin/7.1Build Agent2014-03-312-0/+98
|\| | | | | | | | | | | d0bc54b Prevent popup open when datafield is disabled (#13508). Change-Id: I3f15fa2d0774dfa0c91312d79822be94afcb0d34
| * Prevent popup open when datafield is disabled (#13508).Denis Anisimov2014-03-312-0/+98
| | | | | | | | Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
* | VDateField shoud implement HasEnabled (#13124).Denis Anisimov2014-03-312-0/+116
| | | | | | | | Change-Id: I5b8cd173f3b4646240c224090843583175eca93d
* | Merge changes from origin/7.1Build Agent2014-03-312-0/+91
|\| | | | | | | | | | | 3612ce1 Fixed aria-disabled attribute value on DateField button (#13463) Change-Id: I888e9bed47ae2a540161786791d546b2fd0f85cf
| * Fixed aria-disabled attribute value on DateField button (#13463)Teemu Pöntelin2014-03-312-0/+91
| | | | | | | | Change-Id: I9b13b76a92f0070c3b4c30556a276d60ceba94e8
* | Merge commit 'ca73546d736dfb41d9b25a32282fff63791bffe1' into masterJonatan Kronqvist2014-03-282-9/+30
|\| | | | | | | | | | | | | | | | | ca73546d Eliminate more .v-caption leaks in AbstractOrderedLayout (#13346) Conflicts: client/src/com/vaadin/client/ui/orderedlayout/AbstractOrderedLayoutConnector.java Change-Id: Id1916a312149728d69b1493a9f28a72de41ec711
| * Esc now closes the date popup even if focused on the time selectors (#12314)Teemu Pöntelin2014-03-242-9/+30
| | | | | | | | Change-Id: I68bc7922074c8c03957fbffce8a3d453726e8c1a
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-211-1/+1
| | | | | | | | Change-Id: I15f6fff50e709238655a0a50f605a833e2be7d6f