HomeAbout Us A-Z IndexSearch * Contact Us Register LoginPress Shop

The Open Brand -- Problem Reporting and Interpretations System


Problem Report 2201 Details

Help Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges

This page provides all information on Problem Report 2201.


Report 2201 Actions


    Problem Report Number 2201
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.1120
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published 1998-03-05 08:00
    Product Standard Motif Toolkit
    Certification Program The Open Brand certification program
    Test Suite VSM version 4.0.0
    Test Identification widgets/XmMainWindow 4
    Problem Summary TSD4M.00027 This message is coming from the "setup_slider()" function in the file "$TET_ROOT/vsm4/src/mvslib/behavior/Window.c". void setup_slider(widget_info,position) { . min_val = mvsGetLocalResource(widget_in...
    Problem Text

    This message is coming from the "setup_slider()" function in the file
    "$TET_ROOT/vsm4/src/mvslib/behavior/Window.c".

    void setup_slider(widget_info,position)
    {




    .
    min_val = mvsGetLocalResource(widget_info, XmNminimum) ;
    /* min_val = 0 */

    max_val = mvsGetLocalResource(widget_info, XmNmaximum) ;
    /* max_val = 265 */

    value = mvsGetLocalResource(widget_info, XmNvalue) ;
    /* value = 74 */

    size = mvsGetLocalResource(widget_info, XmNsliderSize) ;
    /* size = 191 (Wow! That's a big slider!) */

    /* equalize the values */
    max_val -= size ;
    min_val += 2 ;

    switch ( position ) {
    case CENTER : value = size / 2 ; break ;
    /* value = 95 */
    .
    }
    .
    /* It looks like the slider size is TOO BIG. */
    /* (value + size = 95 + 191 = 286) > (max_val = 265) */
    /* THIS FUNCTION IS PUTTING OUT THE WARNING MESSAGE. */
    XmScrollBarSetValues(widget_info->widget,value,size,inc, page_inc, False ) ;
    }

    Test Output
    REQUEST/PROBLEM DESCRIPTION:

    520|1325 4 14389 1 1|VSM4TESTSUITE PURPOSE 4
    520|1325 4 14389 1 2|The XmMainWindow widget shall exhibit the behavior
    520|1325 4 14389 1 3|defined in the Motif Toolkit API specification.
    520|1325 4 14389 1 4|INFO: ***************** Beginning Iteration 1 of 16 ****************
    520|1325 4 14389 1 5|INFO: --Keyboard_Focus=1
    520|1325 4 14389 1 6|INFO: --XmNsensitive=True
    520|1325 4 14389 1 7|INFO: --XmNscrollBarDisplayPolicy=1
    520|1325 4 14389 1 8|INFO: --XmNscrollingPolicy=0
    .
    520|1325 4 14389 1 225|PREP: Move over Slider, push select button while over
    520|1325 4 14389 1 226|WARNING: ****************************************************************
    520|1325 4 14389 1 227|WARNING: A Toolkit warning occured:
    520|1325 4 14389 1 228|WARNING: Name: HorScrollBar Class: XmScrollBar The specified
    scrollbar value is greater than the maximum scrollbar value minus the scrollbar slider size.
    520|1325 4 14389 1 229|WARNING: ****************************************************************

    Review Information

    Review Type TSMA Review
    Start Date null
    Completed null
    Status Complete
    Review Recommendation No Resolution Given
    Review Response
    We agree with the applicant and recommend that a waiver be granted on the basis
    of a test suite deficiency.


    Review Type SA Review
    Start Date null
    Completed null
    Status Complete
    Review Resolution Test Suite Deficiency (TSD)
    Review Conclusion
    This is an agreed Test Suite Deficiency.


    Problem Reporting System Options:

     

    Back   


Contact the Certification Authority