Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-12-10 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current ___ fltk-bugs mailing list fltk-bugs

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-29 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current In Corvid's example the last (only?) line of text doesn't have a terminating \n. This is probably what's causing the slider's misbehavior, becaus

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current PS: the sliding part in a scrollbar is called a thumb by Microsoft. Java calls it the scroll box in the scroll channel. In Flash it's called the

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread corvid
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current Here's one that suffices to make the scrollbar not drag all the way down. It doesn't show any words-jumping oddness because they're all short.

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread corvid
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current Attached file "scrollbar_editor.diff"... Link: http://www.fltk.org/str.php?L2682 Version: 1.3-currentIndex: editor.cxx =

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current Ah, wordwrap mode, um, yeah, how shall I say? I will need a week of paid vacation before and after I touch that code ;-) Seriously though, word-

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread corvid
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current We've seen this reasonably frequently in Dillo since setting WRAP_AT_BOUNDS. I suspect it helps to have words (e.g., URLs) wider than the Fl_Text

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current Sorry - but I still can't figure out how to reproduce this bug, based on your description. Can you post a step-by-step description (maybe even i

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread Dmitrij K
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current for addition information: this behaviour can be seen with flag is WORDWRAP... Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current ___

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-07-20 Thread Matthias Melcher
Again, this is not a maling list. Only our bug tracking software posts here, and only two humans read your mail. If you need help, please post do "general.fltk". On 21.07.2011, at 01:00, Dmitrij K wrote: > If I would can correct the `strange behavior', - I would send to here a > patch... > A

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-07-20 Thread Dmitrij K
If I would can correct the `strange behavior', - I would send to here a patch... And forgive me if dialogue with me delivers you some difficulties. I study recently English. -- Regards. ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easys

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-07-20 Thread Dmitrij K
Matthias Melcher wrote: > > On 20.07.2011, at 17:28, Dmitrij K wrote: > >> Ian MacArthur wrote: >> >>> can you bring this discussion onto fltk.geneal for now? To try and clarify >>> the issue you are seeing. >> >> No. > > There is no discussion of bugs in fltk.bugs. This newsgroup is for mail >

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-07-20 Thread Matthias Melcher
On 20.07.2011, at 17:28, Dmitrij K wrote: > Ian MacArthur wrote: > >> can you bring this discussion onto fltk.geneal for now? To try and clarify >> the issue you are seeing. > > No. There is no discussion of bugs in fltk.bugs. This newsgroup is for mail generated by the bug tracking system on

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-07-20 Thread Dmitrij K
Ian MacArthur wrote: > can you bring this discussion onto fltk.geneal for now? To try and clarify > the issue you are seeing. No. > I can't see the fualt trying to reproduce the description given here... Ian, here is video with that about I've been telling in this STR: http://www.youtube.com/w

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-07-20 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current can you bring this discussion onto fltk.geneal for now? To try and clarify the issue you are seeing. I can't see the fualt trying to reproduce t

[fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-07-18 Thread Dmitrij K
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current When I'm setting cursor to end position in test/editor (after loading of some file not big size) (and when line has minimum one symbol in that po