Side navigation
#3212 closed bug (invalid)
Opened August 01, 2008 04:05PM UTC
Closed October 12, 2009 11:34PM UTC
[tooltip] viewport-bottom and "viewport-bottom-right"
Reported by: | pwnedd | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | tooltip | Cc: | |
Blocked by: | Blocking: |
Description
While testing a site using jQuery tooltips I noticed that when the tooltip is displayed near the bottom of the screen, it first flashes the regular tooltip then switches to the 'viewport-bottom' class. The 'viewport-right' class on the other hand, however, is added immediately, and there is never a flash of the regular tooltip.
Also, would it be possible to incorporate a 'viewport-bottom-right' class to handle cases where the tooltip is displayed near the bottom-right edge of the viewport?
Thanks,
Keith
Attachments (0)
Change History (3)
Changed February 13, 2009 12:28PM UTC by comment:1
Changed February 13, 2009 12:44PM UTC by comment:2
Hi Rene,
I wasn't aware that you could do that. That is very helpful. Thanks!
Changed October 12, 2009 11:34PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
''pwnedd wrote:''
Currently the plugin add both viewport-bottom AND viewport-right. FF can handle such class combination but IE6 didn't. So this might be the better solution because we can use one special class in the CSS-definition.
Greetings, Rene