home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1628.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.3 KB  |  29 lines

  1. >>>>> "John" == John Edward Bauer <jbauer@plains.nodak.edu> writes:
  2.  
  3.     John> I have noticed that in the E/D version that just clicking on
  4.     John> a scroll bar arrow will move the corresponding text. For
  5.     John> instance moving text up and down in the tex-edit. In the E/L
  6.     John> version one must move the mouse slightly to make the
  7.     John> corresponding text move.
  8.  
  9. I think this is an X11 bug related to two-button mice.  The same thing
  10. happens in Emacs and other X apps on my two-button system, and it
  11. doesn't happen on ARDI's three-button system.  My guess is that when X
  12. sees a mouse down event, it doesn't know if you're trying to hit both
  13. mouse buttons "simultaneously" to emulate the third button, or if you
  14. really do just want that single button.  Once the mouse moves, or the
  15. button is released, the X server knows that you actually wanted just
  16. the single button and the event is sent on to the X app.
  17.  
  18.     John> And the suggestion.  If possible make the text movement in
  19.     John> realtime. I have not seen one mac application on a *real*
  20.     John> mac do this, including netscape, where realtime scrolling
  21.     John> makes it so much easier to scroll through documents.
  22.  
  23. I also like realtime scrolling better, but because those aren't the
  24. Mac semantics we would almost certainly break many programs if we
  25. tried to do this.
  26.  
  27. -Mat
  28.  
  29.