Bug 607790

Summary: [uiaclient-GTKs]:The Progressbar control 's RangeValue Pattern is not implemented completely
Product: [Mono] UI Automation Reporter: Feng Xia Mu <fxmu>
Component: Client - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P2 - High    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 11.2   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Feng Xia Mu 2010-05-21 09:09:40 UTC
COMMENTS

Progress bar controls that take a numeric range must implement RangeValuePattern.

EPRO

1. Launch F-Spot, click "photo" --> "Import" on the menu bar.
2. On the "Import" dialog, click "Select Foler" menuitem in the combobox,
3. On the new "Import" dialog, input "/usr/share/pixmaps/" in the "Location:" text, and select "open" button, to wait all the pictures to be loaded.       
4. Launch the uia-explore.
5. Expand the "Import" Window on the left of UIA Explore, and expand
the children of this window until find the ProgressBar control ,select it.
6. Expand the "RangeValue Pattern" on the right "Properties/Patterns" pane.


RESULTS

RangeValue Pattern
  IsReadOnlyProperty      True
  LargeChangeProperty     (not supported)
  MaximumProperty
  MinimumProperty
  SetValue Method
  SmallChangeProperty
  ValueProperty

EXPECTED RESULTS

RangeValue Pattern
  IsReadOnlyProperty      True
  LargeChangeProperty     some specific numbers
  MaximumProperty         100  
  MinimumProperty         0
  SetValue Method
  SmallChangeProperty     some specific numbers
  ValueProperty           some specific numbers