Closed
Bug 641360
Opened 15 years ago
Closed 15 years ago
"Document" that emptytextbox-5.xul uses a deprecated 'timed' textbox
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
INVALID
People
(Reporter: sgautherie, Unassigned)
References
()
Details
(Whiteboard: [good first bug])
{
Warning: Timed textboxes are deprecated. Consider using type="search" instead.
}
Code is:
{
10 <textbox type="timed"/>
}
I assume we want to keep testing "timed" as long as it is supported.
NB: See bug 641358 as a possible fix example.
| Reporter | ||
Updated•15 years ago
|
Summary: "Document" that emptytextbox-5.xul uses a 'timed' textbox → "Document" that emptytextbox-5.xul uses a deprecated 'timed' textbox
Comment 1•15 years ago
|
||
Using the timed type is intentional, and correct, as long as it's supported.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Using the timed type is intentional, and correct, as long as it's supported.
Thanks for the confirmation, but why not make it (more) explicit?
Comment 3•15 years ago
|
||
(In reply to comment #2)
> (In reply to comment #1)
> > Using the timed type is intentional, and correct, as long as it's supported.
>
> Thanks for the confirmation, but why not make it (more) explicit?
Hmm, more explicit how?
You need to log in
before you can comment on or make changes to this bug.
Description
•