Modify ↓
Ticket #5855 (closed bug: invalid)
inline onclick return false target="_blank" ie8
| Reported by: | designerno1 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
<a onclick="return false;" target="_blank" title="test" href="testen.html"><img alt="test" src="test.gif"/></a>
it seems to be stupid in jquery 1.4 target"_blank" forces the ie to open a new window with the link testen.html return false doesn't work
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I don't see any jQuery code there at all. Can you attach a complete test case?