It is working great in Chrome, but there is still a problem in Safari (for Windows). I can click the select to see the options, but moving the mouse (left right) causes the div to move while the option list remains in place.
Hard to envision, I'm sure - I mailed you a screencam, Richard, so you can see what's happening. On Dec 9, 8:32 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > I looks like this may have been fixed recently > > http://ui.jquery.com/bugs/changeset/970 > > Can you try the latest files in svn > > http://jquery-ui.googlecode.com/svn/trunk/ui/ > > and let us know if it's still a problem? Thanks. > > - Richard > > On Tue, Dec 9, 2008 at 2:25 PM, PragueExpat <[EMAIL PROTECTED]> wrote: > > > Just want to bump this - having the same problem with select elements > > in a draggable div - can't select any options > > > UI 1.6 RC2 > > > both Safari & Chrome > > > test page: > > > <html> > > > <head> > > <script type="text/javascript" src="/js/jquery/jquery-1.2.6.js"></ > > script> > > <script type="text/javascript" src="/js/jquery/plugin/ui16/ > > ui.core.js"></script> > > <script type="text/javascript" src="/js/jquery/plugin/ui16/ > > ui.draggable.js"></script> > > > <style type="text/css"> > > #test{ > > width:300px; > > height:300px; > > background-color:blue; > > } > > </style> > > </head> > > > <body> > > > <div id="test"> > > <select> > > <option>1</option> > > <option>2</option> > > <option>3</option> > > <option>4</option> > > </select> > > </div> > > > <script type="text/javascript"> > > $(function(){ > > $('#test').draggable(); > > }); > > </script> > > > </body> > > > </html> > > > On Nov 6, 11:04 pm, 1Marc <[EMAIL PROTECTED]> wrote: > > > I'm having the exact same issue, but withSafari. > > > > On Sep 18, 11:47 am, GreyCells <[EMAIL PROTECTED]> wrote: > > > > > Hi Martin > > > > > Have you had any luck with this? I'm having exactly the same issue - > > > > appears to be webkit related, as it occurs on Chrome too. > > > > > Using personalized build 1.6rc1. > > > > > On Aug 22, 7:17 pm, Martin Holmes <[EMAIL PROTECTED]> wrote: > > > > > > If a <select> element is placed inside a resizable container, its > > > > > <option>s become unselectable inSafari(tested onSafari3.1, Windows > > > > > and OSX). Here is a test page demonstrating the problem: > > > > > > <http://www.tapor.uvic.ca/~mholmes/RomanLaw/safari_bug.htm<http://www.tapor.uvic.ca/%7Emholmes/RomanLaw/safari_bug.htm> > > > > > > I've posted it in the bugtracker (#3249), but if anyone has any > > > > > suggestions for workarounds I'd be really glad. I'm SVN libraries > > from > > > > > a couple of days ago. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
