Closed Bug 832199 Opened 12 years ago Closed 12 years ago

html5 setCustomValidity on select is too narrow to display the tooltip

Categories

(Firefox :: Untriaged, defect)

18 Branch
x86
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 647813

People

(Reporter: samon127, Unassigned)

References

()

Details

Attachments

(1 file)

Attached image wrong to display tooltip (deleted) —
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:18.0) Gecko/20100101 Firefox/18.0 Build ID: 20130104151925 Steps to reproduce: I use the test code here: <form action="demo_form.asp"> <select id="test"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> </select> <br> <input type="submit" id="submitButton"> </form> <script> document.getElementById("test").setCustomValidity('a long message here'); </script> <?php exit; ?> Actual results: display wrong in the attachment Expected results: give enough width for display a tooltip
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: