Internet Explorer and anchor links
Posted: 2010-10-21 02:00
Hi all,
There was a problem with IE and inserting anchor links in a KTML document. Basically IE adds the name of the editing script on to the anchor:
e.g. We're adding a link to #people
IE changes this to edit#people because we're on the edit page of our app. If you just had plain php scripts or something it'd probably read edit.php#people.
IE is trying to make the anchor specific to the page in its edit context rather than it's final public context.
There are plenty of threads on the KTML forums about this but no solutions. Just wondering if anyone knows of one?
Cheers,
Brendon
There was a problem with IE and inserting anchor links in a KTML document. Basically IE adds the name of the editing script on to the anchor:
e.g. We're adding a link to #people
IE changes this to edit#people because we're on the edit page of our app. If you just had plain php scripts or something it'd probably read edit.php#people.
IE is trying to make the anchor specific to the page in its edit context rather than it's final public context.
There are plenty of threads on the KTML forums about this but no solutions. Just wondering if anyone knows of one?
Cheers,
Brendon