[JBoss JIRA] (ERT-768) [GTK3] Swing components keep the focus when coming back to SWT widgets [EBZ#550517]
by Eric Williams (Jira)
[ https://issues.jboss.org/browse/ERT-768?page=com.atlassian.jira.plugin.sy... ]
Eric Williams reassigned ERT-768:
---------------------------------
Sprint: devex #175 Nov 2019
Assignee: Eric Williams
> [GTK3] Swing components keep the focus when coming back to SWT widgets [EBZ#550517]
> -----------------------------------------------------------------------------------
>
> Key: ERT-768
> URL: https://issues.jboss.org/browse/ERT-768
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Platform
> Reporter: Friendly Jira Robot
> Assignee: Eric Williams
> Priority: Critical
> Labels: 4.14_M3, SWT, bzira
>
> In a SWT UI with embedded Swing components, the focus fails.
> If we are focused on a SWT Text, and then we select a Swing text, the two widgets have a cursor blinking. The swing widget has the focus but if we come back in the SWT widget the typed text is still written in the swing widget.
> this is the same for editable combo boxes
> It is like if swing takes the focus and keeps it definitively.
> I join a sample swt snippet with this bug that can be ran using Run as java application.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ERT-769) [GTK] Unhandled event loop exception when running Health Center [EBZ#542621]
by Friendly Jira Robot (Jira)
Friendly Jira Robot created ERT-769:
---------------------------------------
Summary: [GTK] Unhandled event loop exception when running Health Center [EBZ#542621]
Key: ERT-769
URL: https://issues.jboss.org/browse/ERT-769
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Friendly Jira Robot
Created attachment 276884
Data file for health center
This happens when running our Health Center monitoring application. This error doesn't occur on earlier versions of Eclipse or on the same level of Eclipse when running on either Windows or MacOS.
To recreate this problem, you need to install Health Center from Eclipse marketplace
https://marketplace.eclipse.org/content/ibm-monitoring-and-diagnostic-too...
and then (after restarting) perform the following steps
1) Switch to the Health Center Status perspective
2) From the Eclipse menu, select File - Load Data and load the attached 'trace' file
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBDS-4735) Central projects Wizard sometimes fails to open
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBDS-4735?page=com.atlassian.jira.plugin.... ]
Jeff MAURY commented on JBDS-4735:
----------------------------------
Tried with 12.13.0.GA but can't reproduced.
Here what I did:
# Launched Studio and make sure RH Central is displayed
# Waited 60mns
# Clicked on one of the wizard (OpenShift) and wizard was launched
Am I missing something ?
> Central projects Wizard sometimes fails to open
> -----------------------------------------------
>
> Key: JBDS-4735
> URL: https://issues.jboss.org/browse/JBDS-4735
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 12.9.0.GA
> Environment: manually Fedora 28, automation
> Reporter: Vojtech Prusa
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 12.14.0.AM1
>
> Attachments: central.tar.gz, image-2018-10-17-09-24-31-555.png, screenshot-1.png
>
>
> There is "openInIDE" used in 3 places in "main.min.js" in central source code*. When the central reloads and works normally, "openInIDE" is a function (probably defined in Java code or somewhere out of the "main.min.js" file) with following implementation:
> function openInIDE() {
> var result = callJava(1, '9aee3b4a3f3b40ed26f47d66375b25e3', Array.prototype.slice.call(arguments));
> if (typeof result == 'string' && result.indexOf('org.eclipse.swt.browser.error') == 0) {
> var error = new Error(result.substring(29));
> throw error;
> }
> return result;
> }
> After the issue appears, "typedef openInIDE" is undefined, which causes probably the issues.
> *Additional information to the 3 places, where "openInIDE" appears - it appears in 2 functions:
> - registerButtonClicks() - here is the "openInIDE" needed for loading and displaying the central correctly
> - delegateToIDE(a, b) - here is the "openInIDE" needed for opening the wizard to the quickstart
> OLDER DESCRIPTION (does not describes the issue enough, but I decided to keep it for more details about the issue):
> ----------------------------------------------------------------------------------------------------------------------
> Sometimes central examples wizards fail to load and modal dialog is shown instead (screen attached).
> Nothing in Error log view.
> Restarting devstudio solves the issue.
> Adding screen and central tar of:
> devstudio-12.9.0.GA-v20180928-1629-B3448/workspaces/workspace/.metadata/.plugins/org.jboss.tools.central/central
> Addition info:
> Considering that central itests fails for this sometimes fresh installation without restart may cause this. Although it happen again after running devstudio for some time and restarting Central view.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26944) Create a probe job that record infra - mainly RHOS availability for our jobs
by Ondrej Dockal (Jira)
Ondrej Dockal created JBIDE-26944:
-------------------------------------
Summary: Create a probe job that record infra - mainly RHOS availability for our jobs
Key: JBIDE-26944
URL: https://issues.jboss.org/browse/JBIDE-26944
Project: Tools (JBoss Tools)
Issue Type: Task
Components: qa
Affects Versions: 4.14.0.AM1
Environment: Rhel/Mac
Reporter: Ondrej Dockal
Assignee: Ondrej Dockal
Fix For: 4.14.0.AM1
Prepare pipeline job that runs on static agent (mac) and is able to spawn a simple job via openstack cloud plugin on a rhel snapshot.
Write the probe's result - success/failure into a shared drive location with a simple notation - string "success/failure" into a file denoted by actual timestamp. (date +%F_%H%M%S)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26807) Add missing templates of the OSes used in CodeReady Studio certification matrix into PSI jenkins
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26807?page=com.atlassian.jira.plugi... ]
Ondrej Dockal reassigned JBIDE-26807:
-------------------------------------
Assignee: Josef Kopriva (was: Ondrej Dockal)
> Add missing templates of the OSes used in CodeReady Studio certification matrix into PSI jenkins
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26807
> URL: https://issues.jboss.org/browse/JBIDE-26807
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: integration-tests, qa
> Affects Versions: 4.13.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Josef Kopriva
> Priority: Major
> Labels: jenkins
> Fix For: 4.14.0.AM1
>
>
> Add missing jenkins cloud templates into new PSI jenkins with proper flavors and label (medium, x64, jbds, etc). OSes missing:
> * fedora 29, 30
> * static macs: bigmek, domek, zamek, dev-platform-mac1, dev-platform-mac2
> * ubuntu 19.04, 18.04
> Update ci.nested.virt flavors
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months