Closed (won't fix)
Project:
Node Picker
Version:
6.x-1.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2010 at 13:59 UTC
Updated:
8 Dec 2023 at 21:30 UTC
Jump to comment: Most recent
Comments
Comment #1
diperez commentedWhen accessing the href DOM property of an A element in IE, it will return the absolute path to the url. The same is true for getAttribute() in IE7 and lower (since getAttribute was broken until IE8).
More info in the first answer of this post: JQuery Not Parsing Properly attr(“href”) in IE
Therefore, the solution would make the following changes to the file "/nodepicker/plugins/nodepicker/nodepicker.js"
Comment #2
diperez commentedAlso have to make the following changes to the file "/nodepicker/js/nodepicker.js":
Comment #3
peter törnstrand commented