Closed
Bug 641358
Opened 14 years ago
Closed 14 years ago
"Document" that test_txtctrl.xul uses a deprecated 'timed' textbox (too)
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: sgautherie, Assigned: sgautherie)
References
()
Details
Attachments
(1 file)
|
1.57 KB,
patch
|
MarcoZ
:
review+
|
Details | Diff | Splinter Review |
{
Warning: Timed textboxes are deprecated. Consider using type="search" instead.
Source File: chrome://mochitests/content/a11y/accessible/tree/test_txtctrl.xul
Line: 0
}
This test tests both old "timed" and new "search":
{
124 <textbox id="txc3" type="search" value="hello"/>
125 <textbox id="txc4" type="timed" value="hello"/>
}
I assume we want to keep testing "timed" as long as it is supported.
| Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → sgautherie.bz
Status: NEW → ASSIGNED
Attachment #519042 -
Flags: review?(marco.zehe)
| Assignee | ||
Updated•14 years ago
|
Comment 2•14 years ago
|
||
Comment on attachment 519042 [details] [diff] [review]
(Av1) Just do it
[Checked in: Comment 3]
r=me, thanks for catching this!
Attachment #519042 -
Flags: review?(marco.zehe) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Comment on attachment 519042 [details] [diff] [review]
(Av1) Just do it
[Checked in: Comment 3]
http://hg.mozilla.org/mozilla-central/rev/b0e08414abe1
Attachment #519042 -
Attachment description: (Av1) Just do it → (Av1) Just do it
[Checked in: Comment 3]
| Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Summary: "Document" that test_txtctrl.xul uses a 'timed' textbox (too) → "Document" that test_txtctrl.xul uses a deprecated 'timed' textbox (too)
Target Milestone: --- → mozilla2.0
| Assignee | ||
Updated•14 years ago
|
Target Milestone: mozilla2.0 → mozilla2.2
You need to log in
before you can comment on or make changes to this bug.
Description
•