diff options
author | Miklos Hartmann | 2017-05-04 06:29:15 +0000 |
---|---|---|
committer | Miklos Hartmann | 2017-05-04 06:40:44 +0000 |
commit | d6f9a75b017842a49d99c63fce6687179d004ec8 (patch) | |
tree | bc491cacb8733296147190a282485af47e21c174 | |
parent | f0beaab4ba243920580198eece997cde664bc41d (diff) | |
download | org.eclipse.jubula.core-d6f9a75b017842a49d99c63fce6687179d004ec8.tar.gz org.eclipse.jubula.core-d6f9a75b017842a49d99c63fce6687179d004ec8.tar.xz org.eclipse.jubula.core-d6f9a75b017842a49d99c63fce6687179d004ec8.zip |
Adding Move Tree Table documentation to the Release Notes.
Change-Id: I7359a6f4837cc9b0ef8d3f076d0091413e5fd34a
Signed-off-by: Miklos Hartmann <miklos.hartmann@z-consulting.eu>
2 files changed, 19 insertions, 0 deletions
diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/treeTableComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/treeTableComponent/content.xml index 6c3c3d333..a932022fc 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/treeTableComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/treeTableComponent/content.xml @@ -35,6 +35,9 @@ </mediaobject> </figure> <para><emphasis role="strong">Available Actions</emphasis></para> + <para>Note that some of these actions (e.g. some Check Existence actions) are still only implemented for the JavaFX toolkit. + Executing these on SWT tree tables results in an <emphasis>Action not supported by selected + toolkit</emphasis> error.</para> <itemizedlist> <listitem> <para> diff --git a/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.5.0/features.xml b/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.5.0/features.xml index 1d2d03cca..9033d0f58 100644 --- a/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.5.0/features.xml +++ b/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.5.0/features.xml @@ -13,6 +13,22 @@ xmlns:xl="http://www.w3.org/1999/xlink"> <title>New Features and Developments</title> <para> + <emphasis role="strong">Moving tree table actions to the concrete toolkit</emphasis> +</para> +<itemizedlist> + <listitem> + <para> + We have moved the JavaFX and SWT tree table actions to the concrete toolkit. + As a consequence, the relevant modules in the <emphasis>unbound_modules_javafx</emphasis> + and <emphasis>unbound_modules_swt</emphasis> projects have been deprecated. Please + replace these modules by their counterparts from the project <emphasis>unbound_modules_concrete</emphasis>. + Also note that some of the tree table actions are still only implemented for the JavaFX toolkit (e.g. Check + Existence of Value in Column). These actions now result in an <emphasis>Action not supported by selected + toolkit</emphasis> error if executed on SWT Tree Tables. + </para> + </listitem> +</itemizedlist> +<para> <emphasis role="strong">Upgrading Selenium to 3.3.1</emphasis> </para> <itemizedlist> |