Opened 15 years ago
Closed 13 years ago
#3212 closed bug (invalid)
[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
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Hi Rene,
I wasn't aware that you could do that. That is very helpful. Thanks!
comment:3 Changed 13 years ago by
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