Opened 14 years ago
Closed 14 years ago
#2734 closed defect (duplicate)
FilteringTable - event.connect - onSelect in Firefox
Reported by: | guest | Owned by: | alex |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Events | Version: | 0.4.2 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Hi, I have the widget "FilteringTable?" and want to connect an event on it. In IE7 it works fine, but not in Firefox. A bug or whats wrong???
<script> function connectTable() { var w = dojo.widget.byId("table"); dojo.event.connect(w, "onSelect", function(){ alert("clicked"); }); } dojo.addOnLoad(connectTable); </script> <table widgetId="table" dojoType="FilteringTable".......
Note: See
TracTickets for help on using
tickets.
see #2735