Skip to main content

Search and Top Navigation

#7478 closed bug (notabug)

Opened June 15, 2011 08:33PM UTC

Closed June 15, 2011 08:44PM UTC

jQueryUI .button() with mouseover event

Reported by: norm_sherman Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.button Version: 1.8.13
Keywords: Cc:
Blocked by: Blocking:
Description

It seems that mouseover events are never fired when using buttons, i.e:

$('div.tabs').delegate('.checkbox input', 'mouseover', function() {

never fired

});

However, Click works fine:

$('div.tabs').delegate('.checkbox input', 'click', function() {

works!

});

Tested with Firefox 3.6.17

Attachments (0)
Change History (1)

Changed June 15, 2011 08:44PM UTC by scottgonzalez comment:1

component: ui.coreui.button
resolution: → invalid
status: newclosed

This is working as intended. The input is no longer visible, only the label is. You should bind the mouseover event to .button( "widget" ).