On Thu, Sep 29, 2011 at 9:06 AM, Terry Brown <[email protected]> wrote:

> There's some hard to describe interface bugs that need hunting down too.

>  - Typing at the bottom of a longish page of text, sometimes the active
>   line keeps jumping down one position below the bottom of the text
>   window, but I don't think this always happens.

reformat-paragraph was doing a w.see(end+5), which was an attempt to
fix something, don't remember what, but caused the symptom you
described.

Fixed at rev 4474.  I don't recall having these kinds of problems since then.

>  - Sometimes clicking in the tree widget selects the wrong node, as if
>   an event coordinate to tree-item translation is using the wrong
>   parent x-y or something - this one *might* have been introduced or
>   perhaps exposed by free_layout.

I have seen something like this, but you have to be careful:  the Qt
gui highlights nodes on mouse hover, but the actually selected node
remains unchanged, so if you think you click, but don't, you will get
the effect.

The best workaround, imo, is not to use the mouse at all.

>  - Editing wide headlines is tricky.

True, but this is a very small nit.

>  - Taking focus out of the Leo window moves the Log tab to the top of
>   the tab pane, annoying if you're using a different tab like Nav.

Fixed at rev 4494.  I fixed this without reading this item: it made it
impossible to take a screen shot of the Task Tab :-)

>  - The auto complete popup is system-wide modal, it should only be
>   modal over Leo windows.

Thanks for reminding me of this.  I'll attempt a fix today.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to