Fix for bug 94778. Simple MSAA role changed for select box windows. r=jgaunt, sr=scc
git-svn-id: svn://10.0.0.236/trunk@100966 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ae82970ee9
commit
f862c53c18
@ -53,7 +53,7 @@ NS_IMPL_ISUPPORTS_INHERITED1(nsHTMLListboxAccessible, nsAccessible, nsIAccessibl
|
||||
*/
|
||||
NS_IMETHODIMP nsHTMLListboxAccessible::GetAccRole(PRUint32 *_retval)
|
||||
{
|
||||
*_retval = ROLE_LIST;
|
||||
*_retval = ROLE_WINDOW;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user