Closed
Bug 325224
Opened 19 years ago
Closed 19 years ago
about:licence fragment hyperlinks don't work
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: gerv, Assigned: gerv)
Details
(Keywords: verified1.8.1)
Attachments
(1 file)
(deleted),
patch
|
neil
:
review+
neil
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
The fragment hyperlinks in the new about:licen[cs]e don't work. According to Neil, it's because the about: protocol doesn't implement fragment indentifiers.
Therefore, I am going to write a JS solution.
Gerv
Assignee | ||
Comment 1•19 years ago
|
||
A JS solution would suck for various reasons. And it turns out that you can make fragment identifiers work, as long as you precede them with a full URL. So, patch on the way.
Gerv
Assignee: gerv → nobody
Assignee | ||
Comment 2•19 years ago
|
||
Comment 3•19 years ago
|
||
Comment on attachment 210140 [details] [diff] [review]
Patch v.1
>- <p><a href="#top">Return to top</a>.</p>
>+ <p><a href="about:license#top">Return to top</a>.</p>
This one doesn't get corrected, I guess it's missing a class="correctme" on the <p> tag. r=me with that (well those, if toolkit has the same bug) fixed.
Attachment #210140 -
Flags: review?(neil) → review+
Assignee | ||
Comment 4•19 years ago
|
||
Checked into trunk. I'll verify it then get branch approval.
Checking in toolkit/content/license.html;
/cvsroot/mozilla/toolkit/content/license.html,v <-- license.html
new revision: 1.2; previous revision: 1.1
done
Checking in ./xpfe/global/resources/content/license.html;
/cvsroot/mozilla/xpfe/global/resources/content/license.html,v <-- license.htmlnew revision: 1.2; previous revision: 1.1
done
Gerv
Assignee | ||
Comment 5•19 years ago
|
||
Comment on attachment 210140 [details] [diff] [review]
Patch v.1
Verified as working on the trunk. Requesting branch approval.
Gerv
Attachment #210140 -
Flags: branch-1.8.1?
Comment 6•19 years ago
|
||
Comment on attachment 210140 [details] [diff] [review]
Patch v.1
Note: unlike stable branch or frozen trunk approval you have to specify the victim - 1.8.1 branch is another module owner chore.
Attachment #210140 -
Flags: branch-1.8.1? → branch-1.8.1+
Assignee | ||
Comment 7•19 years ago
|
||
Checked in on branch.
Checking in toolkit/content/license.html;
/cvsroot/mozilla/toolkit/content/license.html,v <-- license.html
new revision: 1.1.2.3; previous revision: 1.1.2.2
done
Checking in ./xpfe/global/resources/content/license.html;
/cvsroot/mozilla/xpfe/global/resources/content/license.html,v <-- license.htmlnew revision: 1.1.2.3; previous revision: 1.1.2.2
done
Gerv
Comment 8•18 years ago
|
||
Verified with a current Firefox 1.8 branch build.
Keywords: fixed1.8.1 → verified1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•