EasyUI Forum
April 27, 2024, 02:27:22 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Layout collapsible region collapses because of tooltip  (Read 2891 times)
gordis gmbh
Full Member
***
Posts: 103


View Profile Email
« on: December 03, 2020, 01:03:12 PM »

The collapsible east region collapses when mouse is moved over the buttons having tooltip.

Please refer the attached screencast and demo:
http://jsfiddle.net/Lvquzyac/1/
Logged
gordis gmbh
Full Member
***
Posts: 103


View Profile Email
« Reply #1 on: December 29, 2020, 10:23:50 AM »

Hello EasyUI-admins/developers,

could you please give me a hint to avoid collapsing of region when the mouse is moved over the tooltip?
Thanks for looking into it.
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #2 on: December 30, 2020, 01:53:49 AM »

Please call the 'stopCollapsing' method while moving the mouse to the tip content. Make sure to download the newest version from the site.
Code:
$('#tt').tooltip({
content: 'tip content',
onShow: function(){
$('#tt').tooltip('tip').on('mouseenter', function(){
$('#layout').layout('stopCollapsing')
})

}
});
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!