Comment #7 on issue 7423 by wouaren: Select box inside a floating div does  
not dropdown on clicking the arrow
http://code.google.com/p/chromium/issues/detail?id=7423

The problem is when you have a select with a parent div having a return  
false in a
mousedown event, like this :

         <div id="container">

<select><option>dsqdsq</option><option>dsqdsq</option><option>dsqdsq</option><option>dsqdsq</option><option>dsqdsq</option></select>
         </div>

         <script>
             $(function(){

                 $('#container').mousedown(function(){

                     return false;
                 });

             });
         </script>

all other browsers keep the select being selectAble but chrome says no !  
Who is right ?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to