In my application I have a link to some other web page. A user can drag that link to his desktop and create a shortcut for that page. The thing is, that after some things happen at runtime, I want THIS SAME element to point to a different web page. Changing the href of the element works as it should: after it is changed the link can be clicked and the correct new page is opened. But, the drag&drop to desktop functionality does not work fine with Chrome:In my application I have a link to some other w