When you enter the value example.com in the field the node will show display http://example.com but the anchor tag will not actually include the http://
Here is what it outputs:
<div class="field-item even"><a href="/example.com">http://example.com</a></div>
If you manually enter the http:// the link will work properly.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | link_http_not_in_anchor_tag-1175936-3.patch | 522 bytes | paulmckibben |
Comments
Comment #1
wabs commentedSame here
Comment #2
leguy commentedI'm using Drupal 7.7 and can also confirm this bug with the 7.x-1.0-alpha3 release
Comment #3
paulmckibbenI also had the same problem, so I made a change to the code. I've attached a patch. Let me know if it works for others.
Thanks,
Paul
Comment #4
timofey commentedAha! I'm right in time for the patch!! :P
I can confirm patch #3 works great! Thanks!
Comment #5
dqd@ all: patch works, thanks for your contribution paulmckibben, but ...
By testing it again with latest --dev, it seems, that the issue has been mostly fixed anyway.
Please use latest 7.x-1.x-dev of link module from now. It is strongly recommended to use it rather than alpha3, since in latest --dev push are already some of known issues fixed (html tags f.e. with static title, http:// conversion, www. conversion, etc) and please go from there to report back for better overview and any leftovers.
Any reports and patches are much much appreciated, since we have still a lot to catch up to get right for final D7 release. But please go from 7.x-1.x-dev.
I am assigned to the link module maintainance since yesterday to push things forward. more infos why are here: #1269718: Blockers to a 7.x-1.0 release?
thanks for all your contribution and understanding.