Project

General

Profile

Actions

Bug #2256

closed

A tool tip is not shown when JavaScript is disabled

Added by Стойчо Стефанов Stoycho Stefanov over 10 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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

Actions #1

Updated by Koen Deforche over 9 years ago

  • Status changed from New to InProgress
  • Assignee set to Koen Deforche
  • Target version set to 3.3.4
Actions #2

Updated by Koen Deforche over 9 years ago

  • Status changed from InProgress to Resolved
Actions #3

Updated by Koen Deforche about 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF