Bug 35524

Summary: Provide a method to set the currentValue for the AtkValue interface
Product: at-spi2 Reporter: Mario Sanchez Prada <msanchez>
Component: atkAssignee: Rob Taylor <rob.taylor>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Patch to fix the issue

Description Mario Sanchez Prada 2011-03-21 15:26:34 UTC
Currently, when trying to set the current value for an object implementing the AtkValue interface from accerciser/ORCA it doesn't work.

This needs to be fixed so it is possible to change that value from ATs in the same way other values in other interfaces are changed (e.g. caretOffset for object implementing the AtkText interface)
Comment 1 Mario Sanchez Prada 2011-03-21 15:37:01 UTC
Created attachment 44694 [details] [review]
Patch to fix the issue

Patch that fixes this issue by adding an extra method in the AtkValue adaptor so the call to SetCurrentValue from at-spi2-core actually does the work.
Comment 2 Mario Sanchez Prada 2011-03-21 15:49:17 UTC
Fixed! (reviewed by Mike Gorse)

http://git.gnome.org/browse/at-spi2-atk/commit/?id=01e62a390c0ab3c1fff722f168c8614a91f9d5f8

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.