Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

incorrect display tooltip in Opera 12 #367

Closed
diz-dozer opened this issue Jun 26, 2012 · 14 comments
Closed

incorrect display tooltip in Opera 12 #367

diz-dozer opened this issue Jun 26, 2012 · 14 comments
Assignees

Comments

@diz-dozer
Copy link

incorrect display tooltip in Opera 12

position: {
my: 'bottomCenter',
at: 'topCenter'
}

https://dl.dropbox.com/u/1762143/snap0002.jpg
http://jsfiddle.net/gblok/fDavN/3775/

Any fixes on this?

@therazor
Copy link

therazor commented Jul 2, 2012

I have the same issue: tips are misplaced on opera 12/11.64 if the screen resolution is above 1680px wide (might be related to #76?).

However, while trying to debug it it seems that qtip does everything absolutely right, and inspecting the element puts it correctly in place, which makes me believe this might be an Opera bug.

@Craga89
Copy link
Contributor

Craga89 commented Jul 3, 2012

This looks like an Opera bug to me, as it repositions properly when you toggle any of the styles... gah.

@therazor
Copy link

therazor commented Jul 4, 2012

Thought so, I just submitted a bug report to Opera.
There is no public bug tracker, but if I see it being fixed I'll update this issue

@Craga89
Copy link
Contributor

Craga89 commented Jul 4, 2012

That's great, thanks erethnor!

@Craga89 Craga89 closed this as completed Sep 2, 2012
@Craga89 Craga89 reopened this Sep 2, 2012
@0antonov
Copy link

the same problem. do not fix it

@therazor
Copy link

therazor commented Nov 6, 2012

Update: opera 12.10 still has the same bug.
I also tried opera 12.50 alpha, and it still has the same bug.

If I may, I vote to close this issue unless Craig or somebody else has time to burn on a workaround.

@Craga89
Copy link
Contributor

Craga89 commented Nov 12, 2012

I'm going to leave this as an open-ended issue just in case someone comes across a fix for this, and to remind me to look into it when I get a chance!

@ghost ghost assigned Craga89 Nov 27, 2012
@Craga89
Copy link
Contributor

Craga89 commented Nov 28, 2012

This seems to be fixed in 12.11 as far as I can see! :D

@Craga89 Craga89 closed this as completed Nov 28, 2012
@vchik
Copy link

vchik commented Dec 11, 2012

Hi there.

Opera 12.11

Bug is fixed for a tip which is completely inside a viewport. But when I'm using viewport positioning like this the bug comes back:

position:
{
my: 'bottom center',
at: 'top center',
viewport: $(window)
}

Tiny tip Inside viewport: http://s017.radikal.ru/i417/1212/29/d7ab8b46ea71.png
Large tip auto-repositioning: http://s52.radikal.ru/i135/1212/7b/f2ff97b20b60.png

PS: Viewport is a frame with a gray border on screenshots.

@vchik
Copy link

vchik commented Dec 11, 2012

More screenshots - the same large tip in Chrome: http://s006.radikal.ru/i215/1212/2b/f9f91d89f424.png

@Craga89 Craga89 reopened this Dec 11, 2012
@biphobe
Copy link

biphobe commented Jan 7, 2013

Diz-dozer's issue has been fixed in Opera 12.11, so I've created new, working fiddle with this bug: http://jsfiddle.net/uUhsW/2.

In this example issue occurs only when there are 2 lines of text in the tooltip (you can remove one letter from div's title to check this out). I've encountered this bug using Opera v12.12.

@vchik
Copy link

vchik commented Feb 21, 2013

Opera 12.14 (build 1738)

The bug is still here

http://jsfiddle.net/uUhsW/16/

I've just copied qtip files from github to my own server, because of jsfiddle doesn't understand raw css from the github

I've also found that timeout value in this code effects the result somehow, just change it from 1 to 750 for ex.

// Opera bug #357 - Incorrect tip position
            // https://github.com/Craga89/qTip2/issues/367
            setTimeout(function() {
                elems.tip.css({
                    display: 'inline-block',
                    visibility: 'visible'
                });
            }, 1);

@Craga89 Craga89 reopened this Feb 21, 2013
@Craga89
Copy link
Contributor

Craga89 commented Feb 21, 2013

Sigh... you're correct....

@Craga89
Copy link
Contributor

Craga89 commented Apr 18, 2013

Opera are moving to Blink (Webkit variant), so I'm marking this as closed since it won't get active development.

@Craga89 Craga89 closed this as completed Apr 18, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants