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>
>
> > > 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
-~----------~----~----~----~------~----~------~--~---