Select element in a <TD> cell closes automatically on mouse leave
Hello,
Bootstrap select element which is present in a <TD> cell closes automatically on mouse leave. A select box shall only close when an option is selected or on click on the document. But why does the select element close on mouse leave? This happens only in Mozilla Firefox but not in Google Chrome. Could anyone help me find the solution for this problem?
เปลี่ยนแปลงโดย Arjith เมื่อ
วิธีแก้ปัญหาที่เลือก
overflow: visible !important;it's getting better.
May be a Firefox bug, I'm not sure.
อ่านคำตอบนี้ในบริบท 👍 0การตอบกลับทั้งหมด (4)
Can you provide a working example of the issue on jsfiddle.net or codepen.io? Thanks.
วิธีแก้ปัญหาที่เลือก
overflow: visible !important;it's getting better.
May be a Firefox bug, I'm not sure.
Yes, even I noticed it now. Thanks for your time.