bootstrap-without-jquery icon indicating copy to clipboard operation
bootstrap-without-jquery copied to clipboard

Links within dropdowns don't open in Firefox

Open tagawa opened this issue 9 years ago • 6 comments

Reported by neroBRN: http://daniemon.com/blog/bootstrap-without-jquery/#comment-69004

tagawa avatar Mar 05 '15 06:03 tagawa

It seems the click fires the event to close the dropdown before the href link is triggered.

tagawa avatar Mar 05 '15 06:03 tagawa

I'm also having this issue in Safari, Version 7.1.3 (9537.85.12.18) on Mac OS 10.9.5, though not in the latest Chrome.

mcdemarco avatar Mar 16 '15 15:03 mcdemarco

I have another version of this code and I'm not having problems with link trigger inside the dropdown-menu.

thednp avatar Mar 16 '15 15:03 thednp

Oops, the issue is still present in IE10-

The fix coming with the above PR works fine on IE10- and I believe any other.

thednp avatar Mar 21 '15 18:03 thednp

Ping?

bnjmnt4n avatar Jul 08 '15 11:07 bnjmnt4n

Firefox doesn't support the event.relatedTarget :unamused: developer.mozilla.org/en-US/docs/Web/API/MouseEvent/relatedTarget

ingria avatar Mar 22 '16 16:03 ingria