[ 5 posts ]

Bob Marley

  • Username: freedomgw
  • Joined: Tue Jan 25, 2011 1:27 pm
  • Posts: 7
  • Offline
  • Profile

YUI2 dual slider incompatible with different browsers

Post Posted: Wed Feb 23, 2011 7:27 am
+0-
I created a YUI2 dual slider that seems to work on most browsers except for IE. Does anybody know a solution as to why this is happening? It seems like only my left thumb is working... and my right thumb is completely off the background (way too far off to the right). Here is my CSS file. Thank you in advance!

Code:
<style type="text/css">
/* Price Slider Styling */
#pslider-bg {
    position: relative;
    height: 20px;
    width: 200px;
    background: url("/r/js/yui2/build/slider/assets/bg-h.gif") repeat-x 0 0;
}

#pmin_thumb{
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
}

#pmax_thumb {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0;
}
</style>

Luke Smith

YUI Contributor

  • Username: lsmith
  • Joined: Thu Aug 28, 2008 7:50 am
  • Posts: 507
  • Location: Sunnyvale
  • Twitter: ls_n
  • GitHub: lsmith
  • Gists: lsmith
  • IRC: ls_n
  • YUI Developer
  • Offline
  • Profile

Re: YUI2 dual slider incompatible with different browsers

Post Posted: Fri Feb 25, 2011 9:35 am
+0-
Can you post a gist or fiddle of the html and js as well? The css isn't enough to go on.

Tom

  • Username: brandhelfer
  • Joined: Tue Apr 12, 2011 8:48 am
  • Posts: 6
  • Offline
  • Profile
Tags:

Re: YUI2 dual slider incompatible with different browsers

Post Posted: Wed Apr 13, 2011 6:20 am
+0-
Hi all,

are there any news on this?

None of the YUI2 Slider examples on the YUi website is working on Win7, IE9 and WinXP, IE8.
The slider thumbs are just not dragable.

Any idea?

Thanks a lot

Dav Glass

  • Username: davglass
  • Joined: Thu Aug 28, 2008 9:28 am
  • Posts: 2088
  • Location: Marion, IL, US
  • Twitter: davglass
  • GitHub: davglass
  • Gists: davglass
  • IRC: davglass
  • Offline
  • Profile

Re: YUI2 dual slider incompatible with different browsers

Post Posted: Wed Apr 13, 2011 6:37 am
+0-
Tom --

In 2.8.0 DD doesn't work in IE9 so that means that Slider would not work either. 2.9.0 should be out today and that fixes the issue with DD in IE9. I don't know why it wouldn't work in IE8 tho.

Tom

  • Username: brandhelfer
  • Joined: Tue Apr 12, 2011 8:48 am
  • Posts: 6
  • Offline
  • Profile

Re: YUI2 dual slider incompatible with different browsers

Post Posted: Wed Apr 13, 2011 7:23 am
+0-
Thanks for the info, Dav.

I checked the cxamples on another computer with Win7 and IE8. Sliders are working.
I will double-check the WinXP / IE8 notebook I was referring to before.

Thanks a lot
  [ 5 posts ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum