Search and Top Navigation
#8708 closed bug (wontfix)
Opened October 22, 2012 12:47PM UTC
Closed October 22, 2012 02:04PM UTC
Last modified October 22, 2012 04:59PM UTC
Tooltip: Display on option elements in WebKit
Reported by: | brunis | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.tooltip | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
I wanted to use this 'plugin' because Chrome fails to show title attribute for disabled option elements.
But it doesn't work in option elements at all!
Attachments (0)
Change History (4)
Changed October 22, 2012 01:12PM UTC by comment:1
status: | new → open |
---|---|
summary: | Tooltip's broken on option elements in Chrome → Tooltip: Display on option elements in WebKit |
Changed October 22, 2012 02:04PM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | open → closed |
This seems a bit crazy. If you want tooltips on options (which seems like you probably need a better UI anyway), you should probably use a custom select menu.
Changed October 22, 2012 04:54PM UTC by comment:3
I want to tell the users why certain elements in the menu are disabled. Why is this crazy?
All modern browsers support the title attribute on all elements (except webkit on disabled options)
Why are you even arguing what i use it for? Are you providing a tooltip or not?
Changed October 22, 2012 04:59PM UTC by comment:4
Well, disabled elements don't have events, so it's impossible for us to do anything with natively disabled elements.
Confirmed. This also affects Safari http://jsfiddle.net/tj_vantoll/az2jV/. Opera doesn't display a tooltip but it also doesn't seem to support the title attribute on option elements natively.