[Seaside] Re: mouse right button

Andreas Raab andreas.raab at gmx.de
Mon Feb 8 17:49:44 UTC 2010


Adrian Lienhard wrote:
> The current implementation tries to do "the right thing" based on the current platform:
> 
> swapMouseButtons
> 	^ self
> 		valueOfFlag: #swapMouseButtons
> 		ifAbsent: [
> 			OSPlatform current platformFamily ~= #Windows ]
> 
> 
> Is this behavior not correct for Windows users in general? Or is there a user-specific issue?

Check the one-click VM preferences. The effect described here is a 
classic case of vm / image preferences disagreement. The image 
preference swapMouseButtons should agree with the VM preference 3 button 
mouse. In other words, for the above to function the VM's 3 button mouse 
preference should be OFF.

Cheers,
   - Andreas



More information about the seaside mailing list