Bug 27864
Summary: | Title attribute is not respected on option elements | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mark Rowe (bdash) <mrowe> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, bpwv64, brunner.adam, eros, mrowe |
Priority: | P2 | Keywords: | HasReduction |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 27828, 45084, 68615 | ||
Bug Blocks: |
Mark Rowe (bdash)
+++ This bug was initially created as a clone of Bug #27828 +++
Created an attachment (id=33762)
testcase for the bug
If I create an <option> element with title="option's title text" in a <select>, the tooltip will not be shown.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
Bug 27828 tracked fixing this for Mac. This should also be fixed for Windows, Gtk, Qt, etc.
Enrico Ros
Bug 45084 created fixing this for Qt. Some other ports are still missing.
Deepak Sherveghar
Bug 68615 created fixing this for Gtk.
https://bugs.webkit.org/show_bug.cgi?id=68615
Ahmad Saleem
I am not able to reproduce this bug in Safari 15.6.1 on macOS 12.5.1 which shows tooltip to show "title" when hovered.
I took the test case from other platform specific bug:
Link - https://bug-45084-attachments.webkit.org/attachment.cgi?id=66314
All other browsers (Chrome Canary 107 and Firefox Nightly 106) show "title" in the tooltips. So I am going to mark this as 'RESOLVED CONFIGURATION CHANGED".
Please reopen if you think it is not fixed. Thanks!