Closed
Bug 183751
Opened 23 years ago
Closed 22 years ago
nbc4.com - Non-standard name (id) prevents href from working , <a name="#A"> vice <a name="A">
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: doronr)
References
()
Details
Attachments
(1 file)
402 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021204
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021204
The page in question has a list of weather related closings and an alphabetic
index. Clicking on the letters in the index results in the url displayed as the
current position changing, but the window doesn't actually go to the anchor.
Reproducible: Always
Steps to Reproduce:
1. Go to url.
2. Click on one of the letters in the index
3.
Actual Results:
The displayed url changes, but you don't go to the right place on the list.
Expected Results:
Go to the right place on the list.
I don't know how long that page will be up, so I've created a reduced test case
from the page that demonstrates the problem.
Also, changing the <a name="#A">A</a> tag to id= (which is preferred in HTML
4.0) doesn't change the result.
Also saw the same problem with Mozilla 1.2.1 with WIN98SE and with Mozilla 1.1
and WIN2K SP3.
Reporter | ||
Comment 1•23 years ago
|
||
Test case mentioned above.
Comment 2•23 years ago
|
||
neither your testcase or the page is correctly coded. href="#A" refers to an
element called "A", not an element called "#A". if you remove the # from the
name or id attribute, it works fine.
Internet explorer automatically corrects the error - it will ignore any extra #s
- which encourages people to get it wrong :(
maybe this should be an evangelism bug for the nbc4 site?
Reporter | ||
Comment 3•23 years ago
|
||
Yes. I agree. It ends up being more than just NBC4.com as it appears that
content is provided by ibsys.com, which appears to serve content to a LOT of
local TV station web sites.
Component: Layout → US General
Product: Browser → Tech Evangelism
Version: Trunk → unspecified
Comment 4•23 years ago
|
||
if you'd like to help out, you could always email the webmaster of the nbc site
(or the content providing site if it's their code) yourself, rather than waiting
for the overworked tech evang team to get around to it... thanks
Assignee: other → susiew
Severity: major → normal
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
QA Contact: ian → zach
Hardware: PC → All
Reporter | ||
Comment 5•23 years ago
|
||
E-mailed info@ibsys.com. It was the only e-mail address I could find. I don't
know what the odds are of the e-mail actually getting to someone who might do
something about it. We'll see.
Summary: Window doesn't reposition after following href in same file → Non-standard name (id) prevents href from working , <a name="#A"> vice <a name="A">
Updated•23 years ago
|
Summary: Non-standard name (id) prevents href from working , <a name="#A"> vice <a name="A"> → nbc4.com - Non-standard name (id) prevents href from working , <a name="#A"> vice <a name="A">
Reporter | ||
Comment 6•22 years ago
|
||
Status update - I checked the site again and the problem still exists. I never
heard back from the e-mail I sent last month.
Reporter | ||
Comment 8•22 years ago
|
||
WFM now. Looks like they've updated their site. closing.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•