Opened 14 years ago
Closed 13 years ago
#3635 closed defect (fixed)
Editor: URL dialog broken
Reported by: | bill | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
After refactoring of DropDownButton?, the URL TooltipDialog? isn't working anymore. Needed to be redesigned anyway.
I think we need to start with a custom widget (which extends TooltipDialog?) and contains the dialog for adding a URL, with attach points for save and cancel button.
Then the button can reference that dialog widget, something like
new DropDownButton({label: "hi", iconClass: "foo", popup: new UrlTooltipDialog});
Change History (3)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Owner: | changed from bill to liucougar |
---|---|
Status: | assigned → new |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is mostly fixed (see recent checkins marked with #2820), but a few more things to do: