Closed (works as designed)
Project:
Modal Frame API
Version:
6.x-1.7
Component:
Javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2011 at 13:56 UTC
Updated:
14 Nov 2013 at 23:18 UTC
Jump to comment: Most recent
Comments
Comment #1
tobey_p commentedI think it would be a good idea to combine this patch with the patch over there, cause it adds to the same line of code:
http://drupal.org/node/1166990#comment-4838476
Comment #2
dsnopekActually, it's not meant to look for "external URLs" - really, it's trying to find any 'a' tag that's a valid link to another URL. This could include relative URLs which won't start with http/https like your patch is checking for. To looks to be working as designed!