aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/richtextarea
Commit message (Collapse)AuthorAgeFilesLines
* Fix RTA's CreateLink in Firefox & IE11 (#11979)Tarek Oraby2020-05-081-0/+38
| | | | | | | In Firefox and IE11, the 'Create Link' button of the RichTextArea (RTA) only works by turning some highlighted text into a link (by adding the inserted URI as the href property of the text). In that, the RTA in these two browsers behave similarly to the way it does in Chrome and Edge. However, in Firefox and IE11, clicking the 'Create Link' button has no effect if no text is pre-selected by the user. This is different from the button's behavior in Chrome and Edge where the user's provided URI is inserted, both, as the displayed text and its href property if no text is highlighted. This fix enables the RTA's 'Create Link' button to work consistently across the supported browsers. Specifically, (and in addition to enabling adding the href property of a highlighted text), this fix enables Firefox and IE11 to also insert a new Uri as a text and its href property if no text is already highlighted. fixes #11888
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-171-2/+4
|
* Fix RichTextArea read-only+disabled Anastasia Smirnova2018-04-201-0/+31
| | | Resolves #10541
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Initialize VRichTextArea.client in RichTextAreaConnector Marco Collovati2018-03-191-0/+25
| | | Fixes #10536
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-012-16/+4
|
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-3/+2
| | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-1/+1
|
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
| | | And some trivial test enhancements
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-201-1/+1
| | | | | | * Overload AbstarctComponent.setDescription() with content mode parameter Fixes #8185
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-204-4/+4
|
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-2/+1
| | | | | | | | | | | | | 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-062-4/+4
| | | | | | | | | | 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
* Fix AbstractTextFieldConnector super classArtur Signell2016-09-151-1/+2
| | | | | | | This makes field level features work correctly with TextField/PasswordField/TextArea Change-Id: I10c9fff10fdcf300e1e3a1940c97260ace849a81
* Implement new RichTextAreaArtur Signell2016-09-128-48/+13
| | | | Change-Id: I6f430c77caaad6d610133f340eba960f2268897e
* Use diamond operator where it can be usedArtur Signell2016-09-051-1/+1
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Organize importsArtur Signell2016-08-301-1/+1
| | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-301-1/+1
| | | | | | | | | | | * ProgressBar * ProgressIndicator * OptionGroup * Table * Tree * TreeTable Change-Id: Ie1249631cbdd2721f2c3a36e1b8ffc8160fca6aa
* Implement new LabelArtur Signell2016-08-261-1/+1
| | | | | | | Label does intentionally not implement HasValue as it cannot provide a value to a model Change-Id: I36b8e1794d64caf566fa802177051ae2eb637bf9
* Move ProgressBar/ProgressIndicator to compatibility packageArtur Signell2016-08-221-1/+1
| | | | Change-Id: I9d8ef17fc4bd903ad6c4e258b800b72029e507fd
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-228-10/+10
| | | | | | | | * 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-4/+0
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Rename legacy packages to v7Artur Signell2016-08-181-1/+1
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Remove IE8-IE10 related test codeArtur Signell2016-08-181-109/+0
| | | | Change-Id: Iadacd329c8da969c5ad046abd87db28ac6eade0c
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-3/+3
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-171-11/+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
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-9/+2
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Rename AbstractFieldTest to LegacyAbstractFieldTestArtur Signell2016-08-081-2/+2
| | | | Change-Id: I6cc419884ecba7f75e825ddcba343325b2d77f1b
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-051-2/+2
| | | | Change-Id: I46ce708e0f10e4c9fa3d11a2aef5be0248c2999f
* Build uitest war with mavenTeemu Suo-Anttila2016-04-159-0/+554
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda