Scrollbar/text-editor-bug in McCLIM?

Bug #505943 reported by Christophe Rhodes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
McCLIM
Confirmed
Medium
Unassigned

Bug Description

Report from Troels Henriksen

 affects mcclim
 status confirmed
 importance medium
 tag text-editor scroll-bars
 done

Observe the behavior of this simple application:

(define-application-frame buggy-editor ()
  ()
  (:panes
   (text-edit :text-editor)
   (interactor :interactor
               :scroll-bars nil))
  (:layouts
   (default
       (vertically ()
         (scrolling (:scroll-bars t)
           text-edit)
         (scrolling (:scroll-bars t)
           interactor)))))

If a line wider than the pane is written to the text-editor pane, it
will correctly update the scroll-bars and the pane size to allow one
to navigate through the entire line. This does not happen when more
lines are inserted than it is possible to display in the pane, though:
in that case, the horizontal scrollbars will not be adjusted, thus
rendering it impossible to see the surplus lines. Is this behavior a
bug in my application or in McCLIM?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.