aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/richtextarea
Commit message (Collapse)AuthorAgeFilesLines
* Fix RTA's CreateLink in Firefox & IE11 (#11979)Tarek Oraby2020-05-081-0/+77
| | | | | | | 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
* Remove PhantomJS from testing (#10997)Teemu Suo-Anttila2018-06-262-19/+5
|
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-172-8/+10
|
* Fix RichTextArea read-only+disabled Anastasia Smirnova2018-04-201-0/+37
| | | Resolves #10541
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-282-30/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-272-2/+2
|
* Initialize VRichTextArea.client in RichTextAreaConnector Marco Collovati2018-03-191-0/+40
| | | Fixes #10536
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-3/+5
| | | | Also removes dependency on junit.framework.TestCase .
* Fix AbstractTextFieldConnector super classArtur Signell2016-09-151-0/+23
| | | | | | | This makes field level features work correctly with TextField/PasswordField/TextArea Change-Id: I10c9fff10fdcf300e1e3a1940c97260ace849a81
* 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
* Format using Eclipse NeonArtur Signell2016-08-181-6/+6
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-0/+55
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda