Kbase P5383: Editor scrollbars do not work with the Resizable or Selectable property
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
SYMPTOM(s):
Editor scrollbars do not work
Editor scrollbars do not work with the Resizable or Selectable property
CAUSE:
SELECTABLE attribute makes the Scrollbars insensitive
FIX:
When the Resizable or Selectable properties are set to true for an Editor widget, the Editor scrollbars will not work.
This is expected behavior, the following note from the Progress help explains this behavior:
NOTE: Setting the SELECTABLE attribute to TRUE enables direct manipulation events for the widget. These events take precedence over all other events. This effectively prevents data entry using the widget until all direct manipulation events are disabled (that is, MOVABLE, RESIZABLE, and SELECTABLE are all set to FALSE). Also, vertical scrollbars are disabled until no direct manipulation can occur (that is, MOVABLE, RESIZABLE, and SELECTABLE are all set to FALSE).