Re: [UFO-devel] UTextEdit reacting strangely
Status: Beta
Brought to you by:
schmidtjf
From: Johannes S. <sch...@us...> - 2006-04-25 17:33:41
|
Am Montag, 24. April 2006 20:36 schrieb Elie `woe` BLETON: > Now that cursor keys are corrected, I noticed another error in the > UTextEdit. > > If you create a UTextEdit filled with text large enough to fill the box a > few times. Now move the cursor using the key, and change "page". Now select > a position using the mouse. Kablam, the cursor is now at the position under > the mouse, but the text around it is on the first page. It's like cursor > coordinates are calculated with values that are not updated when the cursor > moves. > I'm still using GLUT, but this is reproductible in the "text" test program, > so I guess it's pretty much the same for everyone for that matter. The whole text moving for text widgets is borkened (the problem here is probably incorrect focusing with mouse, i.e. the wrong position in the text widget is returned when clicking with the mouse ...?). Perhaps it should be removed in favor of a simple scroll pane ... Regards, Johannes |