Closed
Bug 91815
Opened 24 years ago
Closed 24 years ago
xmlterm does not open window when clicking on an telnet link
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andreas.otte, Assigned: svn)
References
()
Details
(Keywords: verifyme)
Attachments
(1 file)
xmlterm does not open window when clicking on an telnet link. At some point in
time this was working. The reason seems to be a change in the nsIContentHandler
interface.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
With the patch the xmlterm window opens, however there are currently other
problems (missing prompt) with xmlterm preventing me from looking further into
this.
What is the telnet handler supposed to do? Does it really open a telnet session
or does it just open the xmlterm window to allow you to type the telnet command
yourself?
Assignee | ||
Comment 3•24 years ago
|
||
The xmlterm DLL is not getting built because of changes in the Mozilla build
set-up. The line "FORCE_STATIC_LIB = 1" in xmlterm/base/Makefile.in needs to
removed to make it build. I will check in this change (and also the patch to
xmlterm-service.js) when the tree reopens.
xmlterm does not actually implement the telnet protocol. It simply opens up a
shell window.
Status: NEW → ASSIGNED
Reporter | ||
Comment 4•24 years ago
|
||
If protozilla makes it into the tree you should consider dropping the telnet
handler in xmlterm to avoid conflicts/let the better support win.
Assignee | ||
Updated•24 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•24 years ago
|
||
Fix checked in. xmlterm now works with the trunk. Also, xmlterm no longer
handles the telnet protocol (to avoid conflicts with protozilla etc.)
Updated•24 years ago
|
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•