| Reporter's email: |
erucker at bmc dot edu |
| Number: |
12149 |
| Category: |
mred |
| Synopsis: |
list-box% horizontal scroll doesn't work on linux/unix |
| Class: |
sw-bug |
| Responsible: |
mflatt |
| Notify-List: |
|
| Severity: |
serious |
| Priority: |
medium |
| State: |
closed |
| Confidential: |
no |
| Arrival-Date: |
Wed Aug 31 12:32:01 -0400 2011 |
| Closed-Date: |
Sat Sep 10 13:18:17 -0400 2011 |
| Last-Modified: |
Sat Sep 10 13:18:17 -0400 2011 |
| Originator: |
Eddie Rucker |
| Organization: |
plt
|
| Submitter-Id: |
unknown |
| Release: |
5.1.3 |
| Environment: |
unix-other
|
| Description: |
The list-box%, when using column-headers, does not have a horizontal scroll on Linux/Unix. On Windows, the horizontal scroll works properly. I marked this as serious, because there is no way to see the right most columns when there are many.
|
| File Attachments: |
|
| How-To-Repeat: |
#lang racket/gui
(define f (new frame% [label "Test"]))
(define l (new list-box%
[label #f]
[choices '("1" "2" "3")]
[parent f]
[style '(multiple column-headers)]
[columns '("A" "B" "C" "D" "E" "F" "G")]))
(send f show #t)
|
| Fix: |
|
| Release-Note: |
|
| Unformatted: |
|