Bug 55300 - "attribute properties" annoyances: completion, tab behavior and shortcuts
Summary: "attribute properties" annoyances: completion, tab behavior and shortcuts
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 1.1.1
Platform: RedHat Enterprise Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-27 19:46 UTC by Marcelo Vanzin
Modified: 2003-04-20 22:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.