| Summary: | Widget missing in scoring dialog | ||
|---|---|---|---|
| Product: | [Unmaintained] knode | Reporter: | Malte S. Stretz <mss> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
screenshot of the scoring dialog
aligns combobox/widgets while keeping dummy label |
||
|
Description
Malte S. Stretz
2003-06-20 13:17:55 UTC
Created attachment 1852 [details]
screenshot of the scoring dialog
note the label saying "Btte w
the problem is introduced by the dummy label "Select an action". That one offsets all widgets on the right by one. Someone apparently tried to fix this by adding a QString:null to the combo box on the left. However, the null string is added to the end while the dummy label is at the start. So the two sides match in length 4 but the 3 choices within are still offset by one. One solution is to add the null string to the start by moving the code up. That way you start with "select an action" and see an unlabelled combo box.I attach a patch that does this. However, I'd prefer to have the dummy label AND the null string removed, though, as I fail to see the point of introducing it in the first place. Created attachment 2155 [details]
aligns combobox/widgets while keeping dummy label
The bug is still there, this time in KDE 3.1.3. There is a workaround: use <tab> to get a keyboard focus to a list of actions, change action with a kbd, and lo! you can see the missing widget. You can use a mouse afterwards, it stays there until you close a dialog. Thanks, the bug has been fixed. *** Bug has been marked as fixed ***. |