[Mono-bugs] [Bug 387071] New: TrackBar: right arrow key moves value to left
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue May 6 04:46:10 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: andyhume32 at yahoo.co.uk
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list