Bug 27864 - Title attribute is not respected on option elements
Summary: Title attribute is not respected on option elements
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction
Depends on: 27828 45084 68615
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-30 18:29 PDT by Mark Rowe (bdash)
Modified: 2022-09-01 04:20 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2009-07-30 18:29:50 PDT
+++ 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.
Comment 1 Mark Rowe (bdash) 2009-07-30 18:31:32 PDT
Bug 27828 tracked fixing this for Mac.  This should also be fixed for Windows, Gtk, Qt, etc.
Comment 2 Enrico Ros 2010-09-01 19:32:17 PDT
Bug 45084 created fixing this for Qt.  Some other ports are still missing.
Comment 3 Deepak Sherveghar 2011-09-22 06:32:07 PDT
Bug 68615 created fixing this for Gtk.
https://bugs.webkit.org/show_bug.cgi?id=68615
Comment 4 Ahmad Saleem 2022-09-01 04:20:35 PDT
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!