Jerry Baker wrote:
>
> Scott Putterman wrote:
> >
> > As I mentioned in a previous post, improving the Compose window in terms
> > of functionality and useability is one of the things we would like to
> > have Netscape engineers work on in the future. I'd be interested in
> > knowing about what you think are some of the things that need to be
> > improved the most.
> >
> > Scott
>
> I think getting the word wrapping to work correctly would be nice. As it
> is the wrapping does weird things like starting a new line with a space.
This happens when the previous line is *exactly* "n" characters (where n
is the width of the window) correct?
This bug has been present since about M15 and it seems so trivial to fix
that I can't imagine why it hasn't been.
The only reason I can think of is that the underlying model somehow
requires that every character (including the space) gets rendered
*somewhere*, but even this is easy to work around - pretend that the
window is n+1 characters wide, and then wordwrap at the second-last
column rather than the last.
Anyone know the bug # for this?
Stuart.