#1868 closed defect (fixed)
Toolbar items are disabled but appear to be enable by default
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When creating a toolbar using the Toolbar widget, any button items created appear enabled, but they are not. You must first enable the item before it can be selected.
You can see the problem by loading test_ToolBar.html and clicking on any of the toolbar buttons. You should notice the hover and click events don't work. Then enable the toolbar. All the buttons should now work.
This problem seems to have showed up in rev 6374 of Toolbar.js
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → 0.4.1 |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [6560]) Fixes #1868