Skip to content

Commit 5c454d8

Browse files
author
pipeline
committed
bug(EJ2-2519): tooltip default sample description and smart dragging issue has fixed.
1 parent 21ecb38 commit 5c454d8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/tooltip/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</div>
4242
<div id="description">
4343
<p>
44-
This sample illustrates a tooltip, that gets opened on hovering the target labelled “Hover Me”. The tooltip can be shown
44+
This sample illustrates a tooltip, that gets opened on hovering the target labelled “Show Tooltip”. The tooltip can be shown
4545
on 12 possible positions, by selecting the appropriate position values provided in the dropdown. The applicable tooltip
4646
positions are as follows,
4747
</p>
@@ -60,7 +60,7 @@
6060
<li><code>right bottom</code></li>
6161
</ul>
6262
<p>
63-
In case, if the tooltip needs to be opened on mobile devices, tap hold on the target labelled “Hover Me” instead of hovering
63+
In case, if the tooltip needs to be opened on mobile devices, tap hold on the target labelled “Show Tooltip” instead of hovering
6464
and by default, it closes after 1.5 seconds on lift.
6565
</p>
6666
<p>

src/tooltip/smartposition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="control-section">
1+
<div class="control-section" style="position:relative;">
22
<ej-tooltip #tooltip id="targetContainer" content="Drag me anywhere, to start walking with me !!!" [offsetX]="-15" target="#demoSmart"
33
[animation]="tooltipAnimation">
44
<div id="demoSmart">

src/tooltip/tooltip.component.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
margin: 15px;
109109
border: 1px solid #dddddd;
110110
min-height: 350px;
111-
position: relative;
112111
}
113112

114113
#demoSmart {

0 commit comments

Comments
 (0)