-
11 Apr 2012 3:37 AM #1
Use of QuickTip leads to empty tooltips
Use of QuickTip leads to empty tooltips
Required Information
Version(s) of Ext GWT
3.0 Release Candidate
Browser versions and OS
(and desktop environment, if applicable)- Internet Explorer Version 8.0.7601.17514
- FireFox 11
- Google Chrome 18.0.1025.152 m
Virtual Machine
No
Description
On the Basic Grid example @ http://staging.sencha.com:8080/examp...lace:basicgrid
When you hover with the mouse over a value in the "Change" column a tooltip is displayed showing the value (using the QuickTip - which we now also use in our own application)
When you hover over the value in that "Change" column and before the tooltip is displayed move the mouse over
- a value in another column that has no tooltip
- or over a column header
you get an empty tooltip.
Hovering over a value of the "Change" column of course is a trigger to show a tooltip.
But, it looks as if mouse moves afterwards are NOT detected until the tooltip is shown.
And at the moment of showing the tooltip, there's no "qtip" attribute found for the element under the mouse pointer, so the tooltip is shown but its content is empty.
Run mode
Production mode as well as development mode
Steps to reproduce the problem- Open your browser and navigate to http://staging.sencha.com:8080/examp...lace:basicgrid
- Hover over a value in the "Change" column and wait for the tooltip to appear
- Hover over another value in the "Change" column and quickly move the mouse to another column (not having tooltips or the column header)
Expected result
No tooltip appears
Actual result
An empty tooltip
Test case
Basic Grid example
Helpful Information
Video
Live test
http://staging.sencha.com:8080/examp...lace:basicgrid
Debugging already done- None
Possible fix
Don't know
-
22 Apr 2012 11:12 PM #2
Hi Sencha,
Any reaction on this one?
-
10 May 2012 11:54 PM #3
This issue is still valid in 3.0.0
It was posted a month ago and still I didn't get any reaction.
Is this one forgotten somehow?
-
14 May 2012 1:12 PM #4
I've had a chance to test this out and have confirmed the issue. I'll be filing a bug against the team.
-
6 Nov 2012 10:55 AM #5
Any progress on this one? Is it fixed in SVN?
I've also tried to intercept the empty tooltip using BeforeShowEvent, but event.setCancelled(true) has no effect.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTGWT-2107
in
3.0.3.


Reply With Quote