Bug 1161181

Summary: Visual corruption of dropdowns in import dialogs
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Andrej Smigala <asmigala>
Component: ToolingAssignee: Barry LaFond <blafond>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: blafond, dlesage, felias, vhalbert
Target Milestone: ER4   
Target Release: 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Dropdowns in some of the import dialogs (JDBC import dialog, Teiid Connection import dialog) would overlay each other, making selection with the mouse impossible. This was because WidgetUtil.setComboItems() was adding the proper String items to the combo widget. It now uses Combo.setItems() rather than adding them one at a time. As a result, users can now select items with the mouse.
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-17 18:08:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
screenshot none

Description Andrej Smigala 2014-11-06 15:27:00 UTC
Created attachment 954497 [details]
screenshot

Dropdowns in some of the import dialogs (JDBC import dialog, Teiid Connection import dialog) seem to overlay several entries over each other, which makes selecting with mouse impossible. Selecting with arrow keys is possible, but the items are highlighted in seemingly random order.

This issue does not appear anywhere else (at least I haven't been able to find any other examples).

Only happens on Linux.


Teiid Designer 9.0.1.Beta1-v20141021-1225-B183
JBDS 8.0.0.GA
Fedora 20

Comment 2 JBoss JIRA Server 2014-11-06 15:38:20 UTC
Barry LaFond <blafond> updated the status of jira TEIIDDES-2384 to Resolved

Comment 3 Barry LaFond 2014-11-06 15:39:26 UTC
Fixed via https://issues.jboss.org/browse/TEIIDDES-2375

Comment 4 JBoss JIRA Server 2014-11-17 16:22:06 UTC
Barry LaFond <blafond> updated the status of jira TEIIDDES-2384 to Closed