Closed
Bug 677164
Opened 13 years ago
Closed 13 years ago
Bad tooltip when not validating a <select>
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 647813
People
(Reporter: bastien.blanchard+bugzilla.mozilla.org, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30
Steps to reproduce:
I have created the folowing form's field
<select name="a" require="require">
<option></option>
<option value="a">AB</option>
<option value="b">BA</option>
</select>
Actual results:
When I validate the form without changing the value, a tooltip is dislpay. But the tooltip is cut to the width of select.
Expected results:
The tooltip's width have to be calculated by the content's text.
Updated•13 years ago
|
Attachment #551403 -
Attachment mime type: text/plain → text/html
Comment 1•13 years ago
|
||
The attached testcase worksforme as far as I can tell in Firefox 4, Firefox 5, and current tip. This is on Mac. Perhaps this is only happening on some platforms?
In any case, this looks like a duplicate of bug 647813.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•