зеркало из https://github.com/mozilla/pjs.git
bug 115659 xul radio buttons not exposed properly through accessibility
r=aaronl sr=jag
This commit is contained in:
Родитель
a78a9677f1
Коммит
b1fbe56df9
|
@ -527,7 +527,7 @@ NS_IMETHODIMP nsXULRadioButtonAccessible::GetAccParent(nsIAccessible ** aAccPar
|
|||
|
||||
/** Constructor */
|
||||
nsXULRadioGroupAccessible::nsXULRadioGroupAccessible(nsIDOMNode* aNode, nsIWeakReference* aShell):
|
||||
nsFormControlAccessible(aNode, aShell)
|
||||
nsAccessible(aNode, aShell)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ public:
|
|||
NS_IMETHOD GetAccState(PRUint32 *_retval);
|
||||
};
|
||||
|
||||
class nsXULRadioGroupAccessible : public nsFormControlAccessible
|
||||
class nsXULRadioGroupAccessible : public nsAccessible
|
||||
{
|
||||
public:
|
||||
nsXULRadioGroupAccessible(nsIDOMNode* aNode, nsIWeakReference* aShell);
|
||||
|
|
Загрузка…
Ссылка в новой задаче