Bug 225428 - Combo does not render the default value when changing a setting to a default value
Summary: Combo does not render the default value when changing a setting to a default ...
Status: VERIFIED FIXED
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: General (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.0 M7   Edit
Assignee: Pascal Filion CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-04-02 16:39 EDT by Neil Hauge CLA
Modified: 2008-10-21 18:05 EDT (History)
2 users (show)

See Also:


Attachments
Fix issue by setting the default value and selecting it (4.57 KB, patch)
2008-04-03 11:22 EDT, Pascal Filion CLA
neil.hauge: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Hauge CLA 2008-04-02 16:39:43 EDT
For example,

Select a specific column for a given mapping, or type one in.  Now change the column name back to the default using the drop down.  The combo text disappears and does not return until you click away.

This appears to happen because the combo is editing after selection in the drop down.

Not sure if we can fix this bug and have the nice "clearing-out" feature of text field at the same time, but it would be nice if it was possible. : )
Comment 1 Pascal Filion CLA 2008-04-03 11:22:49 EDT
Created attachment 94738 [details]
Fix issue by setting the default value and selecting it
Comment 2 Karen Butzke CLA 2008-04-04 14:39:01 EDT
checked this fix in to HEAD
Comment 3 David Williams CLA 2008-04-24 00:49:09 EDT
mass change to add 'contributed' keyword based on bugzilla query, please
correct if that's not accurate (by marking patches as obsolete and removing the
'contributed' keyword. 
Comment 4 Jolene Moffitt CLA 2008-05-05 13:51:20 EDT
Verified in wtp-sdk-I-I20080429053810-20080429053810.zip

Verified by selecting another item in the Column Name drop down or entering text, then selecting the Default.  The selected default now appears when you select it and you do not have to click anywhere else.