Actions
Bug #2256
closedA tool tip is not shown when JavaScript is disabled
Start date:
09/26/2013
Due date:
% Done:
0%
Estimated time:
Description
Hey,
a tool tip of a WStandardItem rendered within WTreeView is not shown when JavaScript is disabled. The generated html code whit JS is:
<span class="Wt-tv-c2 Wt-tv-c rh " title="My ToolTip" id="t_o89i32h">n/a</span>
and when JS is disabled:
<button class="Wt-wrap Wt-tv-c2 Wt-tv-c rh " name="signal=s15d" type="submit">
<span style="margin: 0px -3px -2px -3px;" title="My ToolTip" id="t_o89i3fr">n/a</span>
</button>
I suppose, the wrapper covers the and its tool tip is not "reachable" any more. Perhaps, the tool tip have to be transferred to the wrapper when JS is missing.
I'm using wt-3.3.0.
Regards,
Stoycho
Updated by Koen Deforche about 10 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.4
Updated by Koen Deforche about 10 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche over 9 years ago
- Status changed from Resolved to Closed
Actions