Closed
Bug 305553
Opened 19 years ago
Closed 15 years ago
line 129: of the test -- in the xul, property "orient" is misspelled "oreint"
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: alexander.beedie, Assigned: davidb)
References
()
Details
(Keywords: helpwanted)
Attachments
(1 file)
|
10.04 KB,
patch
|
MarcoZ
:
review+
jst
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Opera/8.10 (Windows NT 5.1; U; en)
Build Identifier:
125 <box orient="vertical" flex="1">
126 <description>
127 <html:b> Testing XUL Radiogroup for Accessibility.. </html:b>
128 </description>
>>>>>>>>>>>> 129 <box oreint="horizontal"> <<<<<<<<<<<<<<
130 <radiogroup id="test-radiogrp" accesskey="a">
131 <radio group="test-radiogrp" label="First Radio Button"
selected="true"/>
132 <radio group="test-radiogrp" label="Second Radio Button"/>
133 <radio group="test-radiogrp" label="Third Radio Button"/>
134 </radiogroup>
135 <spacer flex="1"/>
136 </box>
137 </box>
Reproducible: Always
Steps to Reproduce:
look at the source
Actual Results:
property is "oreint"
Expected Results:
property should be "orient"
i'm just glad nobody called it "orientate"...| Reporter | ||
Updated•19 years ago
|
Severity: minor → trivial
Version: unspecified → 1.8 Branch
Comment 1•19 years ago
|
||
Not a suite bug.
Assignee: general → aaronleventhal
Status: UNCONFIRMED → NEW
Component: General → Disability Access APIs
Ever confirmed: true
Product: Mozilla Application Suite → Core
QA Contact: general → accessibility-apis
Updated•19 years ago
|
Keywords: helpwanted
Comment 2•16 years ago
|
||
there is lot of "oreint" http://mxr.mozilla.org/mozilla-central/search?string=oreint and http://mxr.mozilla.org/comm-central/search?string=oreint. How are these tests used?
| Assignee | ||
Updated•16 years ago
|
Assignee: aaronleventhal → david.bolter
Status: NEW → ASSIGNED
| Assignee | ||
Updated•16 years ago
|
Attachment #365263 -
Flags: review?(marco.zehe)
Comment 4•16 years ago
|
||
Comment on attachment 365263 [details] [diff] [review] easy fix r=me, where the heck did you dig this one up from? ;-)
Attachment #365263 -
Flags: review?(marco.zehe) → review+
| Assignee | ||
Updated•16 years ago
|
Attachment #365263 -
Flags: review?(jst)
Updated•16 years ago
|
Attachment #365263 -
Flags: review?(jst) → review+
| Assignee | ||
Comment 6•15 years ago
|
||
pushed as changeset: http://hg.mozilla.org/mozilla-central/rev/d9bcba6b6f71
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•