-
4 Oct 2010 2:00 AM #1
[OPEN-1308] Tooltip bug when beforeShow returns false
[OPEN-1308] Tooltip bug when beforeShow returns false
Ext version tested:
- Ext 3.3.0
- ext
- only default ext-all.css
- IE8
- FF3
- WinXP SP3
- If the beforeShow handler returns false when a tooltip has not been showed yet the following js error happens.
"this.body is undefined"
Script
HtmlCode:Ext.onReady(function(){ new Ext.ToolTip({ id: "myTooltip", html: "Hello!", target: "tooltipTarget", listeners: { beforeshow: { fn: function(el){ return false; } } } }); });
Steps to reproduce the problem:Code:<div id="tooltipTarget">I'm tooltip's target</div>
- Just cause the tooltip's showing. The js error appears only when a tooltip has not been showed yet. (I provided the simplified sample code, in my real page I use .delegate property)
- not provided
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-134] Bug with Map if getLocation is not present or is false?
By grantatwbx in forum Sencha Touch 1.x: BugsReplies: 2Last Post: 4 Nov 2010, 11:23 AM -
[OPEN] [2.x] Tooltip bug under IE8
By smartlit in forum Ext 2.x: BugsReplies: 3Last Post: 23 Jul 2010, 2:02 AM -
[OPEN-681] paging toolbar not clearing mask when beforeload returns false
By clesquir in forum Ext 3.x: BugsReplies: 0Last Post: 3 Mar 2010, 1:18 PM -
autoHide:false not working for tooltip--bug??
By John Mathew in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 27 Jul 2009, 6:00 PM -
[OPEN] [2.*,3.* OPEN] TreeNode 'beforeremove' bug? Node removed when 'false' returned
By tomhoward in forum Ext 2.x: BugsReplies: 10Last Post: 6 Jun 2009, 7:40 AM


Reply With Quote