Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Select element in a <TD> cell closes automatically on mouse leave

  • 4 replies
  • 1 has this problem
  • 31 views
  • Last reply by Arjith

more options

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?

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?

Modified by Arjith

Chosen solution

Right. After removing
overflow: visible !important;
it's getting better.

May be a Firefox bug, I'm not sure.

Read this answer in context 👍 0

All Replies (4)

more options

Can you provide a working example of the issue on jsfiddle.net or codepen.io? Thanks.

more options

Chosen Solution

Right. After removing
overflow: visible !important;
it's getting better.

May be a Firefox bug, I'm not sure.

more options

Yes, even I noticed it now. Thanks for your time.