banwarisharma / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
0 stars 0 forks source link

Title attribute not causing DDL to show hover text #319

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
** What steps will reproduce the problem?
As per "Because the width of the control will not allways accomodate all 
selected options, the control will show the full text on hover by setting its 
title attribute." from the project description page, I am attempting to set the 
title for each option

See this JSFiddle: http://jsfiddle.net/7s7mob20/

** What is the expected output? What do you see instead?
Expect to see the hover text showing what's in the title tag. I don't see the 
title content being shown.

** What is your environment?
-- DropDownCheckList version: 1.4
-- jQuery version: 1.6.1 
-- jQuery UI version: 1.8.13
-- Browser and version: Google Chrome Version 38.0.2125.101 m

** Please provide any additional information below/Please attach sample
html
See JSFiddle above for proof of concept

Original issue reported on code.google.com by ertur...@crimson.ua.edu on 9 Oct 2014 at 1:01