Closed
Bug 3944
Opened 26 years ago
Closed 25 years ago
Graphical buttons that should be linked are not [ Residual Style ]
Categories
(Core :: DOM: HTML Parser, defect, P2)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: jasonb, Assigned: rickg)
References
()
Details
(Whiteboard: [PDT+]w/b minus on 02/25,,Fix in hand)
This problem is consistent and repeatable.
Start apprunner. Enter 'www.firstauction.com' into URL box, press enter. Page
loads. In the left-most navigation frame there are green graphical buttons for
each shopping department such as 'Electronics', 'Home Shop', and 'Furniture'.
These buttons should be links to the proper department page. When I place my
pointer over them, the pointer does not change from pointer icon to clicker
icon, and clicking on the image has no effect.
Using NS Comm v4.5.1 on NT4SP3 does not show this problem.
Here's the reduced case (residual style bug):
<BASE HREF="http://www.firstauction.com/cgi-bin/gx.cgi/">
<HTML>
<BODY BGCOLOR="#339966" TEXT="#FFFFFF" LINK="#FFFFFF" VLINK="#FFFFFF"
ALINK="#FFFFFF"
BACKGROUND="/graphics/auction/front/fa_elements/aucNavStore_bg_003.gif">
<FONT COLOR=339966>
<A HREF="foo">
</FONT>
<IMG SRC="/graphics/auction/front/btn1_electronic.gif" NAME="electronic"
WIDTH="143" HEIGHT="16" BORDER="0">
</A>
</BODY>
</HTML>
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 7•25 years ago
|
||
Not working on any platform.
Tried:
NT, Win98: 2000-01-31-11-M14
Linux: 2000-01-31-14-M14
Mac: 2000-01-31-11-M14
Reopening bug and changing Platform/OS to All/All
Status: RESOLVED → REOPENED
OS: Windows NT → All
Hardware: PC → All
Resolution: FIXED → ---
rickg could you take a look at this [ related to residual style ].
Ex. <FONT>hello<A></FONT>there</A>
In the above example "there" is not linked ( linked in Nav4.x and IE ).
This might have been fixed in your tree.
Assignee: harishd → rickg
Status: REOPENED → NEW
Summary: Graphical buttons that should be linked are not → Graphical buttons that should be linked are not [ Residual Style ]
Assignee | ||
Comment 10•25 years ago
|
||
Moving to m15. The problem is this <font><a></font>. I'll likely rewrite the
nesting rules in RS handling to correct for this.
Target Milestone: M14 → M15
Assignee | ||
Comment 11•25 years ago
|
||
*** Bug 23529 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 12•25 years ago
|
||
*** Bug 26583 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 13•25 years ago
|
||
I've reconsidered my position on this, and now believe we should fix it for
beta. I don't believe it's too hard to solve, and I believe it can happen
frequently, causing unpredictability with links for our users.
Keywords: beta1
Assignee | ||
Comment 14•25 years ago
|
||
*** Bug 23780 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 15•25 years ago
|
||
*** Bug 23529 has been marked as a duplicate of this bug. ***
Comment 17•25 years ago
|
||
*** Bug 27868 has been marked as a duplicate of this bug. ***
Comment 18•25 years ago
|
||
*** Bug 27965 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 19•25 years ago
|
||
Have fixes in hand, awaiting review. Will land this week, but I'm gated by
travel to the bay. It may not land until Thurs., but I'll try to land it
tonight.
Status: NEW → ASSIGNED
Whiteboard: [PDT+] Fix in hand...land by 02/25 → [PDT+] w/b minus on 02/25,,Fix in hand
Assignee | ||
Comment 20•25 years ago
|
||
Fixed on Friday by changes to elementtable and CNavDTD.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 21•25 years ago
|
||
03/01/00 build
Fixt on Win98
Fixt on Linux
Fixt on Mac
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 22•25 years ago
|
||
There's a small regression (bug 29626). I have a fix in hand which has passed
the top 100 and precheckin tests. PDT team, what do you say?
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Whiteboard: [PDT+] w/b minus on 02/25,,Fix in hand → w/b minus on 02/25,,Fix in hand
Assignee | ||
Comment 23•25 years ago
|
||
Adding PDT+ on behalf of the PDT team, pre approved by jar.
Whiteboard: w/b minus on 02/25,,Fix in hand → [PDT+]w/b minus on 02/25,,Fix in hand
Assignee | ||
Comment 24•25 years ago
|
||
Fixed by improvement to cnavdtd::closecontainersTo().
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•