|
[Solved] qTip width problem in IE browers
|
|
8th January, 16:09
Post: #1
|
|||
|
|||
|
qTip width problem in IE browers
Hello and thanks for nice plugin.
But im having some issues and searched the forum and some users had same kind of issues, but couldn find any proper answer. Im using the lates 1.0.0-rc3 version with ajax content. All browsers but IE displays the dynamic content right. My biggest problem is this: IE browsers shows only half of the content, so the width of the tip is not expanding right. What is the problem? I have no idea. If you suggest to use some api methods, I would be glad, if you show how to apply the api and use the methods. Anyway. I have double checked the code and no problems with ff, safari, chrome, opera. IE6,7 and 8 shows only half tip. Another problem is that when hovering the target, tip starts to show, but it start a little bit blow the position and slides to right position. Weird? This is not happening when the prerender option is set to true. Thanks. |
|||
|
9th January, 12:28
Post: #2
|
|||
|
|||
|
[Solved] qTip width problem in IE browers
jaffester, sorry to hear you're having problems with IE as many users have. The width issue is somewhat difficult to fix, as some users reported it fixed by various different means and others not.
You could try adding in an updateWidth() call into the onContentUpdate() and onContentLoad() callbacks. Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
11th January, 11:40
Post: #3
|
|||
|
|||
|
qTip width problem in IE browers
is this how you apply that method:
$('.selector').qtip({ onContentUpdate: function() { this.updateWidth(); }, onContentLoad: function() { this.updateWidth(); } }); |
|||
|
11th January, 13:04
Post: #4
|
|||
|
|||
|
qTip width problem in IE browers
That's correct jaff, having any luck with it so far?
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
11th January, 13:58
(This post was last modified: 11th January 13:59 by poprhythm.)
Post: #5
|
|||
|
|||
|
qTip width problem in IE browers
JS Code
I tried this solution, now ie shows 20px more, but not all. ![]() I wonder what could be the solution to insert the width manually after the qtip is rendered. Pseudo code could be like this: JS Code
Any ideas? |
|||
|
17th January, 23:19
Post: #6
|
|||
|
|||
|
qTip width problem in IE browers
Any solutions to this issue? I am getting the same error.
|
|||
|
21st January, 14:35
Post: #7
|
|||
|
|||
|
qTip width problem in IE browers
JazzyJeff, give dustmoos revisions a whirl which (I think) fix this issue:
http://github.com/dustmoo/qtip Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
22nd January, 08:44
Post: #8
|
|||
|
|||
|
qTip width problem in IE browers
I am having the same issue as JazzyJeff & Jaffester. When using qTip in IE w/ non dynamically loaded content it works fine. However, when loading content via an Ajax call the qTip content does not resize once content is loaded. I have tried adding an updateWidth on the various callbacks without any luck. In fact, when utilizing updateWidth I get a small white box at the top left corner of the qTip content.
I am using jquery.qtip-1.0.0-rc3.min and jquery-1.3.2. I did try dustmoos latest revision and it had the same issue. JS Code
|
|||
|
22nd January, 21:29
Post: #9
|
|||
|
|||
|
qTip width problem in IE browers
I'm working with dustmoo on the issue to push out a fix to his RC3 branch for this, bare with us guys and check this thread for updates!
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
25th January, 17:03
Post: #10
|
|||
|
|||
qTip width problem in IE browers
craig Wrote:I'm working with dustmoo on the issue to push out a fix to his RC3 branch for this, bare with us guys and check this thread for updates! I watched this space over the weekend .... no updates ![]() Is there anything I can do to help? I wanted to roll this ToolTip via qTip in w/ this iteration which freezes on Wednesday. |
|||
|
26th January, 23:52
Post: #11
|
|||
|
|||
qTip width problem in IE browers
ahsteele Wrote:craig Wrote:I'm working with dustmoo on the issue to push out a fix to his RC3 branch for this, bare with us guys and check this thread for updates! Thats because Craig has to hunt me half-way around the world . Craig came up with some patches that should fix the IE 8 width issues. I have merged them with my fork here:This fork has been accumulating quite a few fixes and is running well for lots of people.. if it still doesn't work let us know. ![]() Here it is: http://github.com/dustmoo/qtip |
|||
|
27th January, 22:43
Post: #12
|
|||
|
|||
qTip width problem in IE browers
dustmoo Wrote:This fork has been accumulating quite a few fixes and is running well for lots of people.. if it still doesn't work let us know.Unfortunately the issue still exists in: http://github.com/dustmoo/qtip/raw/maste...rc3-dm.js. The content loads but the qTip does not resize. |
|||
|
30th January, 00:05
Post: #13
|
|||
|
|||
|
qTip width problem in IE browers
ahsteele, could you re-pull from dustmoos branch please? It should be fixed now in all IE.
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
31st January, 22:19
Post: #14
|
|||
|
|||
|
qTip width problem in IE browers
As of now it is fixed.. I wasn't able to get the changes merged until today.
![]() Cheers! |
|||
|
3rd February, 16:40
Post: #15
|
|||
|
|||
|
qTip width problem in IE browers
hi dustmoo,
Got your stuff to fix the opacity issue and it seems to work but completely kills the tooltips in IE, as in they don't appear at all. Would you have any ideas about that? Cheers |
|||
|
3rd February, 16:46
Post: #16
|
|||
|
|||
|
qTip width problem in IE browers
Hi Frilly,
qtips are working fine in IE7 and IE8 for me.. mind posting your code so I can see if I can duplicate the problem? Thanks! Dustin |
|||
|
3rd February, 16:51
Post: #17
|
|||
|
|||
|
qTip width problem in IE browers
It's probably something I'm doing wrong as I'm a noob!!
JS Code
Here is my js JS Code
Many thanks!! |
|||
|
3rd February, 16:55
Post: #18
|
|||
|
|||
|
qTip width problem in IE browers
No worries Frilly! We are happy to help!
![]() Try removing your extra bracket here: JS Code
to this JS Code
See if that fixes it for you.. Also, I highly recommend grabbing the firebug addon for Firefox, which can let you know if your javascript is having errors. |
|||
|
3rd February, 17:08
Post: #19
|
|||
|
|||
|
qTip width problem in IE browers
Thanks Dustin, working in IE now but seems to have lost the tooltip styling (i.e. rounded corners and also arrows).
I'm getting a javascript error saying images are undefined. but if i include your preload script, then the tooltips don't work at all in all the browsers? Frilly |
|||
|
3rd February, 17:46
Post: #20
|
|||
|
|||
qTip width problem in IE browers
frillyme Wrote:Thanks Dustin, working in IE now but seems to have lost the tooltip styling (i.e. rounded corners and also arrows). Hi Frilly, yes it should work on all browsers.. if you don't use the minified version of the script you NEED to include the preload plugin. Not doing so could break everything. ![]() I am copying your code and doing some tests in IE.. Let me see what I can find. Thanks! Dustin |
|||
|
3rd February, 20:23
Post: #21
|
|||
|
|||
|
qTip width problem in IE browers
Frilly.. I cleaned up the qtip code:
This draws just fine with my latest fork version and IE 8: JS Code
But then, I am not loading any of your other CSS files. So if your still having trouble, take a look at that. Cheers! Dustin |
|||
|
4th February, 09:49
Post: #22
|
|||
|
|||
|
qTip width problem in IE browers
Many thanks for your help Dustin.
I have it working in all browsers, styled and all ![]() Frilly |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| qTip & ASP.NET UpdatePanel Postback Problem | qTipNoob | 4 | 2,449 |
10th January 15:01 Last Post: naupadnara |
|
| [Solved] Anti Virus flags up a problem | OllyPercival | 9 | 1,645 |
21st November 21:45 Last Post: Col |
|
| [Solved] ajax tip width help | jondow | 2 | 399 |
10th November 21:21 Last Post: jondow |
|
| [Solved] Problem with Fixed Position div and scrolling | homerlex | 7 | 852 |
26th October 19:35 Last Post: Craig |
|
| [Solved] Ajax element width | trogo | 1 | 584 |
27th September 12:37 Last Post: Craig |
|
| [Solved] Starter problem | enne87 | 1 | 525 |
12th July 17:29 Last Post: Craig |
|
| [Solved] web thumbnail demo problem | IanFromBarrie | 1 | 576 |
27th June 15:12 Last Post: Craig |
|
| [Solved] code works in FF but not IE/ Opacity problem | ictman1105 | 3 | 845 |
20th June 17:20 Last Post: Craig |
|
| onContentUpdate set new width? | tnorton25 | 1 | 550 |
13th June 14:40 Last Post: Craig |
|
| Nested qtip opacity problem | zensurfer | 1 | 746 |
3rd May 12:49 Last Post: Craig |
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help







. Craig came up with some patches that should fix the IE 8 width issues. I have merged them with my fork here: