Closed Bug 270606 Opened 20 years ago Closed 20 years ago

Named anchors in the "link properties/link location" drop down doesn't take the base tag into consideration

Categories

(SeaMonkey :: Composer, defect)

defect
Not set
minor

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 275689

People

(Reporter: xylifyx, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

<html>
<head>
<base href="http://www.mozilla.org">
<title></title>
</head>
<body>
a link to <a href="#local_anchor">here</a>
<a name="local_anchor">Here</a>
</body>
</html>

Reproducible: Always
Steps to Reproduce:
1. edit a page in composer with a base tag
2. create a link to a local anchor via the link button
3. browse the page and click on the link

Actual Results:  
you end up at http://www.mozilla.org/#local_anchor

Expected Results:  
ended up at #local_anchor at the page just edited in composer

This may well be a problem with the HTML spec
Product: Browser → Seamonkey

*** This bug has been marked as a duplicate of 275689 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.