Side navigation
#6017 closed bug (invalid)
Opened February 03, 2010 09:06AM UTC
Closed February 03, 2010 07:47PM UTC
hover works doesn't work over textarea
Reported by: | jacoor | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.4.2 |
Component: | event | Version: | 1.4.1 |
Keywords: | textarea hover | Cc: | |
Blocked by: | Blocking: |
Description
Hi.
I have a form like the one in attachment (only form code attached)
On hover over each <li> I show tip created from div class help_text. The idea is to show tooltip for each form field. This works great, until LI contains textarea. It works great anywhere outside textarea, when I hover over textaerea - tip disappears.
I have noticed this on JQ 1.4, 1.4.1 with only jQuery framework used on page.
It works properly with jQuery 1.3.2 - I haven't been able to track source of this error.
I have added JS related to this form too. This code works properly with 1.3.2, fails with 1.4.0 and 1.4.1