aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/textarea
Commit message (Collapse)AuthorAgeFilesLines
* Add browser specific handling in setRows (#12141)Tatu Lund2021-04-191-0/+67
| | | | | | | | | | | * Add browser specific handling in setRows Fixes: https://github.com/vaadin/framework/issues/10138 Fixes: https://github.com/vaadin/framework/issues/7878 * Enforced minimum height to 1 rows and added a test. Co-authored-by: Anna Koskinen <anna@vaadin.com>
* Remove empty comments (#10789)Ilia Motornyi2018-04-051-1/+0
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-282-30/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-272-2/+2
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-012-62/+13
|
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-2/+3
|
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-1/+1
|
* Send cursor position to server on blur even if the value has not changed (#9728)Artur2017-07-261-0/+59
| | | Fixes #9653
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-1/+0
| | | | | | | | | | | | | All components are now in immediate mode by default. V7 compatibility components will use AbstractLegacyComponent that has immediate. V7 ColorPickerPopup will not have setImmediate, since it extends V8 Window, which is not in V7 compatibility packages. Removed OutOfSync and ResynchronizeAfterAsyncRemoval Tests, since those tested UI in not immediate mode, which is invalid now. Removed WindowResizeListener, LazyWindowResize, test UIs, since both used immediate and there were no test run for either. Change-Id: Ie1c8cfa4c48461db944ff9b13efe8473c5a3298f
* Make Valo the default themePekka Hyvönen2016-10-061-2/+2
| | | | | | | | | | LegacyApplication explicitly uses "reindeer" as default theme. Extended AbstractTestUI to AbstractReindeerTestUI, that all old tests now inherit. All new tests should be based on AbstractTestUI. Also added AbstractReindeerTestUIWithLog for those that needed it. Removed all found @Theme("valo") and used proper parent test class. Change-Id: I0bb45850f3f1d39c6f78dac35dfa08acbad427ad
* Unify listeners on the server sideAleksi Hietanen2016-09-291-5/+5
| | | | | | | | | | | This patch updates server side add*Listener methods to return a registration object and deprecates their corresponding remove*Listener methods. Additionally this patch removes add/removeListener methods which were deprecated in 7.0. Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76
* Fix AbstractTextFieldConnector super classArtur Signell2016-09-151-0/+29
| | | | | | | This makes field level features work correctly with TextField/PasswordField/TextArea Change-Id: I10c9fff10fdcf300e1e3a1940c97260ace849a81
* Move old TextField to compatibility packageArtur Signell2016-08-262-94/+0
| | | | Change-Id: Ic1e8d3f9859f5e496c0e27e2fece4b5a9da74f01
* Update TextArea to extend AbstractFieldNew (#53)Aleksi Hietanen2016-08-264-26/+32
| | | | Change-Id: I72400695f3b015add07be9709e48b5f99ce619cf
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-226-14/+14
| | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
* Organize importsArtur Signell2016-08-201-1/+1
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Rename legacy packages to v7Artur Signell2016-08-181-4/+4
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-1/+1
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-182-6/+7
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-173-10/+10
| | | | | | | | - Changes input prompt to be based on the placeholder attribute. - Unifies TextChangeEvents with ValueChangeEvents. - add*Listener methods now return Registration objects, remove*Listener methods removed. Change-Id: Ie92506ae9db205bb0010ae9126c608c62ad023ff
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-151-3/+3
| | | | Change-Id: I74c8bda4bf53340a6deb1fcd5bd8db87b502c856
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-13/+7
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-051-2/+2
| | | | Change-Id: I46ce708e0f10e4c9fa3d11a2aef5be0248c2999f
* Build uitest war with mavenTeemu Suo-Anttila2016-04-156-0/+395
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda