Opened 9 years ago
Closed 9 years ago
#14365 closed defect (fixed)
themeTester "Click me!" test typo
Reported by: | Douglas Hays | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Dijit | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
<div data-dojo-type="dijit.MenuBarItem" data-dojo-props="onclick: function(){ alert('no submenu, just a clickable MenuItem'); }"> Click me! </div>
I think onclick should be onClick since nothing happens when the item is clicked.
Note: See
TracTickets for help on using
tickets.
Ah right. Actually I'll just remove that MenuBarItem since it was just for testing; having a MenuBar item that doesn't open a menu is rather strange and doesn't need to be part of themeTester.