Bug 607790 - [uiaclient-GTKs]:The Progressbar control 's RangeValue Pattern is not implemented completely
Summary: [uiaclient-GTKs]:The Progressbar control 's RangeValue Pattern is not impleme...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - UIA (show other bugs)
Version: Unspecified
Hardware: Other openSUSE 11.2
: P2 - High : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-21 09:09 UTC by Feng Xia Mu
Modified: 2010-08-25 09:10 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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