#2995 closed defect (fixed)
InlineEditBox needs more widget examples and tundra style buttons
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Need to add Spinner and an AutoCompleter? widget examples to test_InlineEditBox.html. Also, the Save and Cancel buttons should be tundra styled.
Change History (4)
comment:1 Changed 14 years ago by
Component: | Widgets → Dijit |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|
(In [8680]) Fixes #2995. Change InlineEditBox? template for Button widget.
comment:4 Changed 14 years ago by
(In [8691]) Fix InlineEditBox? on IE6 (or rather, workaround IE6 bug) but using widgetsInTemplate feature. Should be using this feature anyway, since it makes the code more compact. Refs #2995.
Note: See
TracTickets for help on using
tickets.
(In [8677]) Fixes #2995. Changed the buttons to Button widgets.