Dropdown arrow not working
I have three dropdownlist on a MVC application. Code of each is identical, 2 work with the arrow one does not. Two work if you click in the middle of the DD the other does not until you click on the very left of the box. Tried safe mode still dosen't work. version 18 of FF
All Replies (2)
If there are parts of the element that you cannot click, there could be a transparent element in front of it (e.g., a positioned div). If you right-click the non-responsive area and choose Inspect Element, can you identify what is receiving the click?
Good call, thank that was the fix there was a hidden DIV in the way.