Project

General

Profile

Bug #6254

SELECTION-LIST: horizontal scrollbar is always inactive

Added by Vladimir Tsichevski over 4 years ago. Updated about 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:

History

#1 Updated by Vladimir Tsichevski over 4 years ago

Horizontal scrolling is not working in SELECTION-LIST. The scrollbar is visible, but inactive even if long lines exist in the list.

#2 Updated by Vladimir Tsichevski about 1 year ago

Update: now (trunk. rev. 15969) scrollbar is active, but works incorrectly: it is possible to scroll right too far. Scrolling by Left and Right keys works Okay though.
Example:

DEFINE VARIABLE sl AS CHARACTER FORMAT "x(30)" VIEW-AS SELECTION-LIST
   SORT
   MULTIPLE
   INNER-LINES 20
   INNER-CHARS 10
   SCROLLBAR-HORIZONTAL
   LIST-ITEMS
   "     anbc qwerty" 
   .

DEFINE FRAME f sl WITH SIDE-LABELS SIZE 90 BY 20.
ENABLE ALL WITH FRAME f.
WAIT-FOR CLOSE OF CURRENT-WINDOW.

Also available in: Atom PDF