Bug: Relative urls in atom content are handled improperly
Posted: Tue May 08, 2012 11:57 pm
Steps to reproduce:
1. Subscribe to an atom feed that contains links to relative urls in the content. (for example, a GitHub public activity feed, like https://github.com/david-mitchell.atom)
2. Hover over one of the links in a feed item.
Expected result:
The status bar should show an absolute url with the same root as the atom feed. Clicking the link should take you to this location.
Actual result:
The status bar shows a file:// url. Clicking the link does nothing unless you happen to have a file at the specified location.
1. Subscribe to an atom feed that contains links to relative urls in the content. (for example, a GitHub public activity feed, like https://github.com/david-mitchell.atom)
2. Hover over one of the links in a feed item.
Expected result:
The status bar should show an absolute url with the same root as the atom feed. Clicking the link should take you to this location.
Actual result:
The status bar shows a file:// url. Clicking the link does nothing unless you happen to have a file at the specified location.