From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200608141853.k7EIrqA25216@zamenhof.cs.utwente.nl> To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] rio buglet In-reply-to: Your message of "Mon, 14 Aug 2006 06:44:47 -0500." <8dc5daa6696a6667b5b3a898ac56a911@quanstro.net> References: <8dc5daa6696a6667b5b3a898ac56a911@quanstro.net> From: Axel Belinfante MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <25210.1155581631.1@zamenhof.cs.utwente.nl.cs.utwente.nl> Date: Mon, 14 Aug 2006 20:53:51 +0200 Topicbox-Message-UUID: 9f59e5ce-ead1-11e9-9d60-3106f5b1d025 on a system that has not been updated for a while i could not reproduce the problem (or I did not understand how to do it). diff showed changes in rio.c and wind.c, the following updates i 'missed'. hope this may help tracking it down. Axel. % history /n/sources/plan9/sys/src/cmd/rio/rio.c Mar 13 23:30:11 MET 2006 /n/sources/plan9/sys/src/cmd/rio/rio.c 22866 [rsc] Mar 13 23:30:11 MET 2006 /n/sourcesdump/2006/0814/plan9/sys/src/cmd/rio/rio.c 22866 [rsc] Mar 10 19:32:19 MET 2006 /n/sourcesdump/2006/0313/plan9/sys/src/cmd/rio/rio.c 22807 [rsc] Nov 10 16:21:08 MET 2005 /n/sourcesdump/2006/0310/plan9/sys/src/cmd/rio/rio.c 22791 [rsc] Nov 9 22:18:37 MET 2005 /n/sourcesdump/2005/1110/plan9/sys/src/cmd/rio/rio.c 22788 [rsc] Nov 7 16:01:03 MET 2005 /n/sourcesdump/2005/1109/plan9/sys/src/cmd/rio/rio.c 22143 [rsc] May 20 06:07:22 MDT 2006 /n/sources/plan9/sys/src/cmd/rio/wind.c 33392 [rsc] May 20 06:07:22 MDT 2006 /n/sourcesdump/2006/0814/plan9/sys/src/cmd/rio/wind.c 33392 [rsc] Mar 30 14:59:56 MDT 2006 /n/sourcesdump/2006/0520/plan9/sys/src/cmd/rio/wind.c 33445 [rsc] Mar 10 19:32:23 MET 2006 /n/sourcesdump/2006/0330/plan9/sys/src/cmd/rio/wind.c 33362 [rsc] > io does that for me every time i click on the border of a window > behind another. > > - erik > > On Mon Aug 14 06:20:14 CDT 2006, steve@quintile.net wrote: > > Hi, > > > > > > I have hit a bug in rio, not a showstopper, just an anoyance > > and for the life of me I cannot find it. > > > > Its an off by one error, if you create a window that abutts the > > bottom or right of the screen and do a single click with button 1 > > the border becomes latched in selected state (red), and any movement > > without holding down any buttons. > > > > It seems to be an off by one error, Windows abuting the right, or > > top edge of the screen, or any window edge inside the screen, > > edge selection is momentary. > > > > The reason this is anoying is because if I select a window by clicking > > on its border at one of these edges and then move the mouse into the window > > to start typing the edge of the window moves - veryy disconcerting. > > > > I will continue to look if anyone has any thoughts beoynd /sys/src/cmd/rio. > > > > -Steve