#1703 closed defect (duplicate)
Revision 6257 - TreeV3 Editor Fatal error
Reported by: | Jonathan Bond-Caron | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Editor | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi guys, point browser to
http://archive.dojotoolkit.org/nightly/tests/widget/treeV3/editor.html
Click edit -->
FATAL exception raised: ReferenceError?: blurfp is not defined FATAL exception raised: Error: ReferenceError?: blurfp is not defined
Problem is in RichText?.js
line 555: There's a reference (should be saved somewhere) var blurfp = dojo.event.browser.addListener(this.document, "blur", dojo.lang.hitch(this, "onBlur"));
should be ?
this.blurfp = dojo.event.browser.addListener(this.document, "blur", dojo.lang.hitch(this, "onBlur"));
line 784: ERROR
var unBlur = { unBlur: function(e){ dojo.event.browser.removeListener(doc, "blur", blurfp); } };
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | 0.4 → 0.4.1 |
---|---|
Owner: | changed from bill to liucougar |
comment:2 Changed 15 years ago by
Component: | Widgets → Editor |
---|
comment:3 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
this is already fixed, close
I don't see the definition of blurfp anywhere in RichText?.js. Passing to Cougar to look at...