Closed
Bug 1179478
Opened 9 years ago
Closed 9 years ago
[e10s] title attribute does not display a tooltip on option elements of <select>
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
FIXED
mozilla42
People
(Reporter: lsabota, Assigned: gw280)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150525141253
Steps to reproduce:
Steps to reproduce:
1) Be using a Linux OS
2) Hover the mouse over an <select> element that contains a title attribute in an <option> dropdown
3) Wait for a tooltip to appear
Here is a very simple example of an <option> dropdown with <select> elements that contain the title attribute: http://jsfiddle.net/lsabota/bt3x780j/
Actual results:
With firefox developer edition 40.0a2 (2015-06-29), no tooltips appeared on my system. I have tested with both RHEL 6.4 64bit and Arch Linux 64bit and I am experiencing the same issue. I tested this same scenario on Windows 7 with 40.0a2, and the tooltips appeared.
FWIW, the tooltips appear fine in firefox 38.x on RHEL 6.4 and Arch Linux
Expected results:
I would have expected a tooltip to appear that contains the value of the title attribute of the select element.
Comment 1•9 years ago
|
||
I can reproduce the problem on windows7 with e10s on, but not with e10s off.
Status: UNCONFIRMED → NEW
status-firefox40:
--- → affected
status-firefox41:
--- → affected
status-firefox42:
--- → affected
tracking-e10s:
--- → ?
Component: Untriaged → Layout: Form Controls
Ever confirmed: true
Product: Firefox → Core
Summary: title attribute does not display a tooltip on select elements in firefox 40.x on Linux → [e10s] title attribute does not display a tooltip on select elements in firefox 40.x
Comment 2•9 years ago
|
||
Updated•9 years ago
|
Summary: [e10s] title attribute does not display a tooltip on select elements in firefox 40.x → [e10s] title attribute does not display a tooltip on option elements of <select>
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8633267 -
Flags: review?(mconley)
Updated•9 years ago
|
Attachment #8633267 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•