Bug 55300

Summary: "attribute properties" annoyances: completion, tab behavior and shortcuts
Product: [Applications] umbrello Reporter: Marcelo Vanzin <mmvgroups>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: paulo
Priority: NOR    
Version: 1.1.1   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Marcelo Vanzin 2003-02-27 19:46:12 UTC
Version:           1.1.1 (using KDE KDE 3.1)
Installed from:    RedHat RPMs

The "attribute properties" dialog is a little annoying to use, because of some reasons:

- In the type combo box, since I'm modeling Java classes, I use "String", not "string", but as soon as I type the "t" the completion changes the capital S to lower case s. That's quite annoying, since I have to fix it afterwards. Maybe completion should be case sensitive, so this does not happen?

- Tab sequence is kinda broken. It goes from the types combo box to the "Help - OK - Cancel" buttons, then to the name field.

- There are no shortcut keys to any of the fields / buttons. That could help navigation.
Comment 1 Paulo Casanova 2003-03-20 17:45:41 UTC
Some more information: the return type of the opereration dialog works well. In
the attribute type I always enter "String" as "sString" and then HOME + DEL :).
Quite annoying...
Comment 2 Jonathan Riddell 2003-04-20 22:02:14 UTC
Keyboard accelarators added.
Autocompletion turned off.
Not sure how to solve the tab issues, setTabOrder() didn't work too well.