[TRINIDAD] Tooltips (shortDesc) not shown for children of panelFormLayout
Hi all,
is this a bug or a (strange?) feature?
Normally (or at least, how I expected things to be), when I define a tooltip
on an inputText, inputDate, etc. via shortDesc, then the tooltip is shown
when the cursor hovers over either the label or the "field". But as soon
as the inputXxx is nested in a panelFormLayout, the tooltip is only
shown for the field, not for the label :-O
Example:
<tr:panelFormLayout>
<tr:inputText label="inputText in a panelFormLayout" shortDesc="only for the field"></tr:inputText>
</tr:panelFormLayout>
<tr:inputText label="stand-alone inputText " shortDesc="for the label and the field"></tr:inputText>
Any ideas? Thanks,
Carsten