Changeset 3030 for trunk/gui/scripts


Ignore:
Timestamp:
Jun 11, 2012, 7:49:48 PM (12 years ago)
Author:
mmc
Message:

Fix for #262267, problem with side-by-side scrolling in the Rappture
tester. Scrolling one side with the scroll wheel should scroll the
other side too. Fixed.

Fix for #262266, scrolling in the failed results area doesn't work
correctly. When the list of differences for a test is scrolled up,
you should be able to highlight elements and select them properly.

Fixed bgerrors related to the new ResultSet? when you hit "X" to close
a Rappture application.

Location:
trunk/gui/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/analyzer.tcl

    r3024 r3030  
    363363itcl::body Rappture::Analyzer::destructor {} {
    364364    after cancel [itcl::code $this simulate]
     365    $_resultset notify remove $this
    365366    itcl::delete object $_resultset
    366367}
  • trunk/gui/scripts/resultselector.tcl

    r3024 r3030  
    410410itcl::body Rappture::ResultSelector::_fixControls {args} {
    411411    array set eventData $args
     412    if {![info exists itk_component(dials)]} {
     413        # no controls? then nothing to fix
     414        # this happens when the widget is being destroyed
     415        return
     416    }
    412417    set shortlist $itk_component(dials)
    413418
Note: See TracChangeset for help on using the changeset viewer.