tabris icon indicating copy to clipboard operation
tabris copied to clipboard

Tabris for Eclipse RAP

Results 77 tabris issues
Sort by recently updated
recently updated
newest added

the UI of an action is set in the execute method. When an action is registered statically and the action implementation relies on the UI instance it's possible to get...

bug

Android supports Toasts, a quick message for the user. https://developer.android.com/reference/android/widget/Toast.html It would be awesome if Tabris clients would support Toasts natively. At the moment I'm mimicking them with a push...

feature request

In our customer project in about 1 out of 15 times I see this error, only on an Android client, with a Tabris 1.4 Snapshot. Reproducible in the ECP Medic...

bug
android

We should add a chapter to the developer guide that describes the lifecycle of an app. This should contain: 1) How to deploy apps (Server, AppStores etc.) 2) How to...

enhancement

Text widget with SWT.MULTI flag has issue when have VerifyListener. cursor move to beginning when suggestion shown. (ON ANDOID ) eg: ``` textField = new Text(parent,SWT.MULTI) textField.addVerifyListener(new VerifyListener() { @Override...

bug

Hello Tabris team, recently I have explored a problem with the SWT Browser widget when loading a huge amount of HTML code into it, using the widget's setText method. The...

bug

Hello, I am currently exploring the new features of Tabris 1.3 after upgrading from the 1.0 version. While still a lot of widgets in the app behave the same as...

bug

within a Tabris UI AbstractPage. Workaround: invoke setTitle in activate

bug
iOS
android

This means: - iOS Version - Android version - Server Side widgets - Java Version etc.

enhancement

I create a Text widget. I add a FocusListener to that Text widget. When I tap the Text widget, the keyboard comes up. When I send the keyboard away, Android...

bug
android