Opened 13 years ago
Closed 13 years ago
#5218 closed defect (fixed)
typo mistake on InlineEditBox widget
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.0.2 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
In InlineEditBox?.js file there is function called enableSave but _onChange function is calling enabledSave. So I get undefined function enabledSave error.
Change History (8)
comment:1 Changed 13 years ago by
Milestone: | → 1.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
i got it. i am using the deprecated one...
the typo is still there on:
root/dijit/trunk/form/InlineEditBox.js
i will use the new one. anyway i will reopen the ticket because the error is still there.
comment:3 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
OK, I guess there's still an error in form/InlineEditBox.js, but that whole file will be removed from the 1.1 release so it won't be an issue anymore. So not going to fix.
comment:4 Changed 13 years ago by
Resolution: | wontfix → fixed |
---|
(In [11618]) fixes #5218, typo in InlineEditBox?
comment:5 Changed 13 years ago by
Milestone: | 1.0 → 1.0.2 |
---|
comment:6 Changed 13 years ago by
(In [11619]) refs #5218, merge InlineEditBox? typo fix to 1.0 release branch
comment:7 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:8 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
This was fixed in [10893] prior to the 1.0 release. I do notice that enableSave() is defined twice though so I'll remove one of the definitions.