Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
qtips broken in ie6 for rev > 35
24th March, 02:31
Post: #1
qtips broken in ie6 for rev > 35
Something that was done between revision 35 and 36 broke qtip in ie6.

I had to move to rev 35 due to the move from jquery 1.3.2 to 1.4.2.

Any revision above 35 does not work. I looked at the diff of 35 and 36 and nothing jumped out at me. here is my qtip config:
JS Code
<script type="text/javascript">
$(document).ready(function() 
{
   $('#features a[href][title]').qtip({
      content: {
         text: false
      },
      style: {
          border: {
             width: 3,
             radius: 10
          },
          width: 200,
          padding: 5, 
          textAlign: 'center',
          tip: true, // Give it a speech bubble tip with automatic corner detection
          name: 'dark' // Style it according to the preset 'cream' style
       },
      position: {
          corner: {
             target: 'rightMiddle',
             tooltip: 'leftMiddle'
          },
          adjust: { x: 10, y: 0 }
       }        
   });
});
</script>
Find all posts by this user
Quote this message in a reply
9th April, 18:15
Post: #2
RE: qtips broken in ie6 for rev > 35
(24th March 02:31)rynop Wrote:  Something that was done between revision 35 and 36 broke qtip in ie6.

It looks like a code change has caused the opacity-style (i.e., the alpha-filter in IE6) to remain on the outermost qTip element. Since the aria-hidden attribute isn't present either (as well as a z-index style), I think it's safe to say that the afterShow() function isn't called properly. I haven't figured out why yet, though.
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Solved] Multiple qtips on one page, content disappearing russau 3 121 3rd May 16:38
Last Post: Craig
  Qtips with jquery UI Issue sherwoodbear79 2 432 15th February 15:36
Last Post: sherwoodbear79
  [solved] Trouble with qtips adding a scrollbar momentarily to window patricia 0 350 2nd December 19:40
Last Post: patricia
  Changing HTML Content on Click & Remove/Reinit qTips ifthatdoesntdoit 5 1,227 17th November 09:46
Last Post: ifthatdoesntdoit
  [Solved] multiple qtips and 1.4.2 - popup not being removed michaelg 9 2,627 11th May 13:57
Last Post: cooldeeps
  qTips no showing in IE7 adrielcrv 3 1,075 9th May 14:06
Last Post: Craig
  [Solved] http://craigsworks.com/projects/qtip2/ broken in IE8 hattyuk 3 1,106 15th February 18:06
Last Post: Craig
  [Solved] Using 2 qtips on 1 element with different triggering events David 4 1,962 8th February 22:22
Last Post: ramalaks
  [Solved] My QTips not working on IE7 designlucas 2 759 7th February 14:40
Last Post: designlucas
  qTips and Wordpress davidcsonka 2 1,950 19th January 13:15
Last Post: GuillaumeL



User(s) browsing this thread: 1 Guest(s)