Closed Bug 66246 Opened 24 years ago Closed 24 years ago

named anchors are invisible until you enter text

Categories

(Core :: DOM: Editor, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 21415

People

(Reporter: bugzilla, Assigned: cmanske)

Details

found this using a recent [this afternoon] debug build on linux [mozilla].

1. using composer i create a very barebones page, which essentially contains
only a named anchor. here's the source:

<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>invisible-anchor.html</title>

</head>
<body>
<a name="test-anchor"></a>
</body>
</html>

2. go to the Normal view mode. observe: cannot see the yellow anchor icon.
[expected: you should see it.]

3. type some text either before or after the named anchor. result: now the
anchor icon appears. shouldn't need to do this, however, to see the anchor in
the Normal mode.

*** This bug has been marked as a duplicate of 21415 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
verified in 1/29 build.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.