Elias Volanakis

Results 4 issues of Elias Volanakis

- On Android a tree inherits the background color of the parent - On iOs it is initialized to the default color. Expected: the code snippet below should have the...

customer

Platforms: iOs and Android Version: Tabris 1.5.0 / RAP 2.3.2 Snippet to reproduce: ```java package app; import org.eclipse.jface.layout.GridLayoutFactory; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.events.SelectionListener; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; import com.eclipsesource.tabris.ui.AbstractPage;...

To reproduce: - Create a Text field with SWT.MULTI | SWT.V_SCROLL - Launch on an iPad/iPhone with the native client - Enter multiple lines of text using CR after each...