aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/datefield
Commit message (Expand)AuthorAgeFilesLines
* DateField ValueChange is now fired after flags are set (#14487)Guillermo Alvarez2014-09-092-0/+134
* Override IE disabled style for text field (#14565)Mikael Grankvist2014-09-052-0/+76
* PopupDateFieldExtendedRange test upgrade (#14292)Anna Koskinen2014-08-153-142/+517
* Make test more reliableArtur Signell2014-08-131-1/+4
* Fix the closing of a popup DateField (#14086, #14375).Mika Murtojarvi2014-08-072-0/+109
* Fix the behavior of PopupDateField when changing resolution (#14174).Mika Murtojarvi2014-08-052-0/+269
* Add missing headers for TB2 testsArtur Signell2014-08-051-0/+16
* Disable automatic removal of trailing whitespace and reformatted using LunaArtur Signell2014-07-311-5/+8
* Modified test case to work around bug preventing popup to close in IE (#14086)Anthony Guerreiro2014-07-071-1/+21
* Change DateFieldReadOnlyTest to use a initial reference instead of reusing re...Sauli Tähkäpää2014-06-271-1/+1
* Refactor DateFieldReadOnlyTest to use a predefined locale with 24h time.Sauli Tähkäpää2014-06-231-3/+6
* Fixed an NPE while changing a DateField from 24 to 12h clock (#13722)Teemu Pöntelin2014-06-182-0/+144
* Convert DateFieldReadOnlyTest TB2 -> TB4.Sauli Tähkäpää2014-05-272-66/+43
* Make Vaadin TB3/4 tests work and run on PhantomJS (#13291)Teemu Suo-Anttila2014-05-151-7/+3
* Fixed disabled and read-only modes of InlineDateField (#10262)Teemu Pöntelin2014-05-142-0/+137
* Fix DateFieldFastForwardTest to close browser context menuTeemu Suo-Anttila2014-05-131-2/+11
* Fix DisabledDateFieldPopup testTeemu Suo-Anttila2014-05-052-20/+21
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-0518-20/+20
|\
| * Update remaining copyright years to 2014Artur Signell2014-04-232-2/+2
| * Merge changes from origin/7.1Artur Signell2014-04-2316-18/+18
| |\
| | * Update copyright year to 2014Artur Signell2014-04-1616-18/+18
* | | Fast-forward DateField only with left mouse button (#8012)Teemu Pöntelin2014-05-042-0/+101
* | | Disable/enable text field for DateField on setEnable() method (#13124).Denis Anisimov2014-04-152-6/+29
|/ /
* | Merge changes from origin/7.1Build Agent2014-03-312-0/+98
|\|
| * Prevent popup open when datafield is disabled (#13508).Denis Anisimov2014-03-312-0/+98
* | VDateField shoud implement HasEnabled (#13124).Denis Anisimov2014-03-312-0/+116
* | Merge changes from origin/7.1Build Agent2014-03-312-0/+91
|\|
| * Fixed aria-disabled attribute value on DateField button (#13463)Teemu Pöntelin2014-03-312-0/+91
* | Merge commit 'ca73546d736dfb41d9b25a32282fff63791bffe1' into masterJonatan Kronqvist2014-03-282-9/+30
|\|
| * Esc now closes the date popup even if focused on the time selectors (#12314)Teemu Pöntelin2014-03-242-9/+30
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-211-1/+1
* | Merge "Merge changes from origin/7.1"Sauli Tähkäpää2014-03-214-0/+219
|\|
| * Pressing ESC now closes the DateField popup when using month or year resoluti...Teemu Pöntelin2014-03-182-0/+124
| * Fixed "EEE" in DateField's date pattern (#13443)Teemu Pöntelin2014-03-142-0/+95
* | Eliminate disallowed characters in test debug IDsHenri Sara2014-03-212-3/+5
|/
* Added extra asserts to make test more safer to blind refactoringsMatti Tahvonen2013-11-141-4/+11
* added small pause to make test passMatti Tahvonen2013-10-091-0/+10
* Fixed compilation error in TB3 testJohn Ahlroos2013-10-092-103/+118
* Avoid obsolete calendar panel renderings to avoid various NPEs.Matti Tahvonen2013-10-081-0/+103
* Fixed test broken by PopupDateField communication change #6252John Ahlroos2013-08-211-0/+5
* Delay sending DateField popup value to server until popup is closed #6252John Ahlroos2013-08-092-0/+219
* Fix bug in PopupDateField where locale was retained incorrectly ifPatrik Lindström2013-07-042-0/+95
* Use correct day names when formatting dates (#6207)Artur Signell2013-06-041-0/+1
* Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-291-1/+1
* Make test independent of browser language (#11940)Artur Signell2013-05-291-0/+2
* Ensure calendar panel is updated when range changes (#11940)Artur Signell2013-05-282-0/+212
* Fixed locators in test (aria div conflict)Artur Signell2013-05-231-4/+4
* Made test work also when current month is not April 2013Artur Signell2013-05-021-69/+4
* Fixed test (gwt-id-X not stable)Artur Signell2013-04-291-1/+1
* Implement range for date field (#6241)johan2013-04-088-0/+1306