By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1981

Summary: [stdout/stderr] Basket: TQPopupMenu: (unnamed) Popup has invalid menu item
Product: TDE Reporter: Darrell <darrella>
Component: non-core programsAssignee: Michele Calgaro <michele.calgaro>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, michele.calgaro
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2014    

Description Darrell 2014-02-28 16:44:48 CST
When starting basket with no existing config files:

TQPopupMenu: (unnamed) Popup has invalid menu item

When opening Settings->Configure Basket Note Pads:

TQLayout: Adding TQWidget/unnamed (child of TQGroupBox/unnamed) to layout for BasketsPage/kcmbasket_config_baskets

When selecting Settings->Configure Basket Note Pads->General:

TQLayout "unnamed" added to TQGroupBox "unnamed", which already has a layout
Comment 1 Michele Calgaro 2014-08-06 05:37:54 CDT
Commit c651cf8 resolves the second and third error messages.
The first one requires more investigation and will work on this later.
Comment 2 Michele Calgaro 2014-08-13 09:45:37 CDT
Investigation for the first problem has resumed, but it is not straightforward as the other twos.
The problem is triggered by the removal of the line 
Height 768=325  (value may be different if you have a different screen)
from the basketrc file and is related to the richTextEditToolBar toolbar.
It might take a while to drill this down.
Comment 3 Michele Calgaro 2014-08-15 10:13:12 CDT
Problem 1 was fixed in commit 29bee6b.
The solution is more a patch than a proper fix, but for the time being I am happy with it. I spent a lot of hours debugging this and the magnitude of the original problem is not worth spending more time on it, unless something else comes up.
For reference in case we need to come back to this bug, the warning messages are caused by the "richtext_color" popup menu. For some reasons (still unknown to me), if the field Height is missing from the basketrc file, such popup menu contains empty items at some point, even though by the time the window is displayed the popup menu is correctly filled up.
If the field Height is present and correctly formatted, then either the popup menu does not contain empty items or the software follows a different path that does not cause the warning messages to appear. Note that the value of the Height field does NOT have any effect on the behavior described.
In any case, the basket window is correctly displayed in both cases and I could not spot any difference. And that's why the patch is good enough for me.