Closed
Bug 7547
Opened 26 years ago
Closed 26 years ago
cliking on the tracking button messes up the page
Categories
(Core :: Networking, defect, P3)
Tracking
()
M9
People
(Reporter: mozilla, Assigned: brendan)
References
()
Details
(Whiteboard: Fix almost in hand)
cliking on the tracking button (the v buttons at the end of the table) fails to
open the tracking window
also after cliking the button all the images in the main table become boxes
also the meta refresh does not work on this page
Comment 2•26 years ago
|
||
The root cause of this bug seems to be that nsGenericElement::TriggerLink() does
not have support for javascript: URLs. NS_MakeAbsoluteURL() converts the
javascript: URL gets converted into a blank string which ends up getting passed
to the webshell's HandleLinkClickEvent() method.
What needs to happen is that the javascript URL's contents should get passed to
the JS interpreter for evaluation.
Tom, do you think I should give this bug to you?
Updated•26 years ago
|
Assignee: nisheeth → brendan
Comment 3•26 years ago
|
||
Brendan currently owns javascript: url bugs. Sending to him.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M8
Assignee | ||
Updated•26 years ago
|
Component: Layout → Networking Library
Comment 4•26 years ago
|
||
I may be wrong that this is netlib for the most part, but that's were
javascript: URLs will be implemented before we can look further into what's
wrong in this case.
/be
Comment 5•26 years ago
|
||
This issue is occuring in the June 30th (1999063009)
Assignee | ||
Updated•26 years ago
|
Target Milestone: M8 → M9
Comment 6•26 years ago
|
||
Need Necko, so M9.
/be
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.
Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change. If this happens, I will fix. ;-)
Assignee | ||
Updated•26 years ago
|
Whiteboard: Fix almost in hand
Comment 8•26 years ago
|
||
This may just be a DUP of 1646. I'll deal with it by M9.
/be
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 10•26 years ago
|
||
brendan believes 1646 fix will take care of this. Moving to Dup.
*** This bug has been marked as a duplicate of 1646 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 11•26 years ago
|
||
Agreed. Marking as verified dup of 1646.
Comment 12•25 years ago
|
||
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
You need to log in
before you can comment on or make changes to this bug.
Description
•