Closed (fixed)
Project:
Bootstrap
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2016 at 20:11 UTC
Updated:
8 Sep 2017 at 14:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
akshay kashyap commentedI have review the patch, apply successfully and working fine. I have attached after and before images.
But in the FileLink.php file found some indentation issue.
Comment #3
develdru commentedHi, I have created a patch file, please review.
thanks
Comment #4
develdru commentedComment #6
markhalliwellComment #8
opensense commentedIs this committed to 3.x branch?
Comment #9
madmen commented?
Comment #10
Anonymous (not verified) commentedwindow.open('http://example.com/', '_blank');.I am using this JQuery code to open a link in new tab , for that i had to reverse this patch first , as it led to ambiguity. It shouldn't be made fixed here , sometimes it is not required to open external link in new tab , help tooltip text should have been changed.Comment #11
markhalliwellwindow.openis just plain old JavaScript, not jQuery.that is why they open in a new window (for UI/UX purposes). If, for whatever reason, you don't like this default behavior... you are certainly entitled to create a sub-theme and remove this attribute from each item's attribute array.