The Tooltip function is not working with a Menupopup/Menuitem
<window>
<menubar id="menubar" autodrop="true">
<menu label="Wiki">
<menupopup>
<menuitem tooltip="any"/> <-***here***
</menupopup>
</menu>
</menubar>
<popup id="any" width="300px">
<vbox>
i am a Tooltip!.
</vbox>
</popup>
</window>
the tooltip doesn't show on screen with the element <menuitem>
But with the element <menu> it works.
Logged In: YES
user_id=1684431
Originator: NO
Fixed since 6/3.