Closed
Bug 561623
Opened 15 years ago
Closed 14 years ago
Add a tooltip to show @title to the user when an input element has @pattern
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: mounir, Assigned: mounir)
References
(Blocks 1 open bug, )
Details
(Keywords: html5)
Attachments
(1 file)
2.20 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
When an input element has a pattern attribute, the title attribute may be used to inform the user about what is requested. This should be showed to the user via a tooltip when the mouse is hover for example.
Note: I'm not really sure about the Product/Component so do not hesitate to change them if you think I'm wrong.
Assignee | ||
Comment 1•14 years ago
|
||
Actually, nothing has to be done: the default behavior is to show a tooltip with @title. So authors will have to be sure @title contains a description of @pattern.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → mounir.lamouri
Component: Form Manager → General
Product: Toolkit → Firefox
QA Contact: form.manager → general
Assignee | ||
Comment 2•14 years ago
|
||
Let's have a test for this.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•14 years ago
|
||
This test is quite simple but I think there is no test checking that the tooltip is correctly shown for input elements.
Attachment #460246 -
Flags: review?(gavin.sharp)
Updated•14 years ago
|
Attachment #460246 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Marking checkin-needed: a=test-only
Keywords: dev-doc-needed → checkin-needed
Comment 5•14 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Flags: in-testsuite+
Keywords: checkin-needed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•