Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] [Bug 20044] Unable to scroll license text using keyboard


Please see comments in this PR. The problem is serious (end result: You can not use arrow keys or tabs in *Text* widgets (doh!)), but will not prevent F3 testing from happening. We are investigating the nature of the problem. If the fix is localized and reasonably safe, I would like us to consider putting it in for R2.0, even if only for SWT to save face. More details to follow.

Architecture Team to comment, please.

McQ.

----- Forwarded by Mike Wilson/OTT/OTI on 06/12/2002 02:36 PM -----
bugzilla-daemon@xxxxxxxxxxx

06/12/2002 12:46 PM

       
        To:        Mike_Wilson@xxxxxxx
        cc:        
        Subject:        [Bug 20044] Unable to scroll license text using keyboard


http://bugs.eclipse.org/bugs/show_bug.cgi?id=20044

dejan@xxxxxxxxxx changed:

          What    |Removed                     |Added
----------------------------------------------------------------------------
        AssignedTo|dejan@xxxxxxxxxx            |Mike_Wilson@xxxxxxx
         Component|Update                      |SWT



------- Additional Comments From dejan@xxxxxxxxxx  2002-06-12 12:46 -------
Moving to SWT for comments:

We have a Text widget that we create the following way:

                                 text =
                                                  new Text(
                                                                   client,
                                                                   SWT.MULTI
                                                                                    | SWT.BORDER
                                                                                    | SWT.V_SCROLL
                                                                                    | SWT.H_SCROLL
                                                                                    | SWT.READ_ONLY);

The widget is in the wizard page.

On Linux, we can use keyboard to scroll the widget vertically using
PageUp/PageDown, but cannot scroll it horizontally (none of the arrow keys
work - left, right, up or down).



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top