Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Mnemonic traversal

OK, done.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=266868

Dave Smith
Candata Systems Ltd.
416-493-9020x2413
Direct: 416-855-2413



On Tue, Mar 3, 2009 at 10:12 AM, Carolyn MacLeod <Carolyn_MacLeod@xxxxxxxxxx> wrote:

Sounds like a good idea - please open a feature request at:
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform&component=SWT&bug_severity=enhancement

Thanks!
Carolyn


From: Dave Smith <dave.smith@xxxxxxxxxxx>
To: "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
Date: 03/02/2009 05:12 PM
Subject: [platform-swt-dev] Mnemonic traversal





I would like to be able to have multiple widgets with the same mnemonic accelerator. When pressing the accelerator more than once it should just go to the next widget in the list. This is standard windows behavior. The current SWT implementation always goes back to the shell and starts at the beginning of the widget tree  regardless of which widget  fired the event, although shell is being told which widget fired the event. It would seem that we should use the tab order logic where we call getRoot() to get a tabbing list of widgets and then find the control that caused the Mnemonic traversal and start looking for match on the next widget.




Dave Smith
Candata Systems Ltd.
416-493-9020x2413
Direct: 416-855-2413
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top