forked from cefsharp/CefSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTooltipTest.html
More file actions
39 lines (37 loc) · 2.01 KB
/
TooltipTest.html
File metadata and controls
39 lines (37 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Tooltip Test</title>
</head>
<body>
<div style="width:500px;">
<input type="text" size=25 title="This is the first tooltip">
<br />
<input type="text" size=25 title="This is the second tooltip">
<br />
<div>
<select style="float: left;">
<option selected>test</option>
<option>one</option>
<option>two</option>
</select>
<select style="float: right;">
<option selected>testRight</option>
<option>three</option>
<option>four</option>
</select>
</div>
</div>
<div>
<div style="float:left;width:60%;">
Hover on the link to see a very long tooltip.
<br />
Demo https://github.com/cefsharp/CefSharp/issues/2488
</div>
<div style="float:left;width:39%;" title="Credit check failed: Settlement risk overflow (PosFlows), group AllDeals ( LLOYDS TSB ), Counterparty VSMPOTIRUS, pillar Inf, 16/08/2018: over bound. by 70,787.Credit check failed: Settlement risk overflow (PosFlows), group AllDeals ( LLOYDS TSB ), Counterparty VSMPOTIRUS, pillar Inf, 16/08/2018: over bound. by 70,787.Credit check failed: Settlement risk overflow (PosFlows), group AllDeals ( LLOYDS TSB ), Counterparty VSMPOTIRUS, pillar Inf, 16/08/2018: over bound. by 70,787.Credit check failed: Settlement risk overflow (PosFlows), group AllDeals ( LLOYDS TSB ), Counterparty VSMPOTIRUS, pillar Inf, 16/08/2018: over bound. by 70,787.Credit check failed: Settlement risk overflow (PosFlows), group AllDeals ( LLOYDS TSB ), Counterparty VSMPOTIRUS, pillar Inf, 16/08/2018: over bound. by 70,787.1234567890">
Hover HERE
</div>
<div style="clear:both;"></div>
</div>
</body>
</html>