Chandusangale / dropdown-check-list

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

Tooltip of selector should contain text, not HTML #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
** What steps will reproduce the problem?

Create a DDCL with default options.

** What is the expected output? What do you see instead?

When you mouse over the DDCL selector, the tooltip appears with the value 
" ".

It appears that the plugin is setting the title attribute to the emtpyText 
value which may contain HTML.  The title attribute should be set to the text 
value of the ui-dropdownchecklist-text span after it is loaded with the HTML 
from emptyText.  This would convert any HTML codes and remove any formatting 
markup that might be in emptyText.

** What is your environment?

-- DropDownCheckList version: 1.1
-- jQuery version: 1.4.2
-- jQuery UI version: 1.8.5
-- Browser and version: Chrome 11.0.696.16 beta

Original issue reported on code.google.com by garland....@gmail.com on 25 Mar 2011 at 7:28

GoogleCodeExporter commented 9 years ago
Issue 173 has been merged into this issue.

Original comment by womohun...@ittrium.com on 8 Apr 2011 at 5:35

GoogleCodeExporter commented 9 years ago
Thanks for pointing this out.  I think I noticed this myself in testing and 
forgot to post an issue back to myself.
I will try to incorporate your fix into the next release.

Original comment by womohun...@ittrium.com on 8 Apr 2011 at 5:40

GoogleCodeExporter commented 9 years ago
Fixed in 1.3

Original comment by womohun...@ittrium.com on 13 Apr 2011 at 4:45