Key-driven posting of menus does not work. Displayer needs to
bind Alt and F-10 to post the menus.
Also, the Edit widget should not mark modified when the Alt key is hit.
The menu buttons created in MenuSupport and MenuBar may need to be
made global (with an uplevel #0).
Hitting the "change" or "change and find" buttons with "change all"
enabled should force a search to occur. Currently, it just changes
the selection, if there is one.
In "img" directives, align="right" causes an error.
A <p> after an image is ignored.
If you have the source code for an HTML file open, and you try to open
with HTML file with the "Back" command, you get an error message that
is basically wrong, since there is no problem.
If I have two HTML viewers open and if in one of them I click on
a link that references the file open in the other, the other
one is brought to the font and the one I am looking at doesn't
change. This isn't what some people would expect.
HTTP is not supported, so hyperlinks can only be to local files.
There should be a menu entry to hide the toolbar and location.
Not all toolbar commands are available from menus.
There are no key bindings for toolbar commands.
The print command prints only a crude facsimile of the document.
Need to support forms (most of the infrastructure is there already).
Need to support mailto, gif files, etc.
The following two line html file causes an error:
</pre></tcl>
</pre></tcl>
The following two line html file causes an error because
the backslash precedes the </CODE>.
<CODE>c:\Program Files\tycho0.1.1\</CODE>
The short term workaround is to add a space:
<CODE>c:\Program Files\tycho0.1.1\ </CODE>
If you Open Source and then do a Save As in the source file
window to save the source as a different file, then executing
Open Source in the HTML viewer again raises the new file
instead of re-opening the source file.
If an HTML viewer and editor are open on the same file,
then there is no window menu entry for the editor. This is
a mis-feature (hjr): when editing a bunch of HTML source
files, I should be able to get to the sources without having
to bring the viewer to the front and then bring the editor
up from behind it.
It would be nice if there was a simple way of opening
an HTML editor on a file. Perhaps we need a way of registering
_multiple_ editors for a file extension and have a popup
menu in the file browser that selects the type of editor.
The status line usually displays where the hyperlink under the
mouse goes. If you have more than one hyperlink in a menu arranged
vertically, then the status line is not updated as you move the mouse
vertically. See the menu at the top of tynt.html.
Unfortunately, if RCS does not necessarily put the version
control files in the RCS subdirectory. If the RCS subdirectory does
not exist, then the directory is not created and the version control
file is put in the current directory.
If your ptolemy binary has a long name,
then the welcome window is cropped at the bottom, and there
is no scrollbar. We don't generally want a scrollbar here,
and either the space bar or C-x v will scroll down (or the
page down or down arrow buttons), so it's not clear this is a
bug.