https://bugzilla.novell.com/show_bug.cgi?id=387071
Summary: TrackBar: right arrow key moves value to left
Product: Mono: Class Libraries
Version: 1.9.0
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
Created an attachment (id=212564)
--> (https://bugzilla.novell.com/attachment.cgi?id=212564)
Patch
On MSFT, keypresses are used thus:
* With Horizontal layout:
** Increment: Right, Down, PgD, End.
Doing respectively: small-change, small-change, large-change, limit.
Thus Right moves the tab rightwards.
** Decrement: L, U, PgU, Home.
* Vertical: the opposite, thus left/up/pgup/home increment i.e. move the tab
upwards.
Thus Up moves the tab upwards.
On Mono, currently the vertical case applies always. Thus in horizontal mode
hitting the Right arrow moves the tab to the left!
(It seems somewhat odd that Right==Down, Left==Up but I presume we just
follow).
Patch attached, including two other bugs -- reports following.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs