Closed Bug 118858 Opened 23 years ago Closed 23 years ago

Active Accessibility: nsIAccessible's accState returns wrong value for HTML Text

Categories

(SeaMonkey :: General, defect, P1)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.8

People

(Reporter: dsirnapalli, Assigned: aaronlev)

Details

(Keywords: access)

Attachments

(1 file)

here is the simple test case.
-----------
<html>
<title> nsIAccessible Interface Test Case </title>
<body>
<b> Simple text which is not focusable </b>

<br><br>
<button value="submit"> Submit </button>

</body>
</html>
---------------------------
Open the above test case in Mozilla or mfcEmbed. Run mozInspect, click on "show 
highlight rectangle" and move the cursor over to the text "Simple text which is 
not focusable".Watch the value of state.It shows
"read only,focusable,selectable". It should not show focusable since text is 
not focusable. IE shows "read only,selectable".
Status: NEW → ASSIGNED
Keywords: access, fcc508
Priority: -- → P1
Target Milestone: --- → mozilla0.9.8
Comment on attachment 64041 [details] [diff] [review]
Tested -- works, should also fix 118020

r=jgaunt

patch has extra info from another patch dealing with frame null checks.

significant change is:
-  if (mIsALinkCached) {
+  if (IsALink()) {
Attachment #64041 - Flags: review+
Comment on attachment 64041 [details] [diff] [review]
Tested -- works, should also fix 118020

sr=hewitt
Attachment #64041 - Flags: superreview+
->checked in
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
verified in Mozilla.
Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.7+) Gecko/20020110
verified in mfcEmbed build: 
ftp://ftp.mozilla.org/pub/mozilla/nightly/2002-01-10-06-trunk/embed-win32.zip
Works fine. Marking it as verified.
Status: RESOLVED → VERIFIED
QA Contact: doronr → dsirnapalli
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: