Opened 13 years ago
Closed 13 years ago
#5373 closed defect (duplicate)
this.dockTo has no properties
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
In dojox.layout.FloatingPane? is the following code:
show: function(/* Function? */callback){
summary: show the FloatingPane? var anim = dojo.fadeIn({node:this.domNode, duration:this.duration,
beforeBegin: dojo.hitch(this,function(){
this.domNode.style.display = ""; this.domNode.style.visibility = "visible"; this.dockTo._positionDock(null); if (this.dockTo) { this.dockTo._positionDock(null); }
notice that the last line is the same as the penultimate line, with a check for this.dockTo being defined/nonnull. It looks like the penultimate line needs to be removed. That fixes the problem on my machine.
Change History (2)
comment:1 Changed 13 years ago by
Component: | General → Dojox |
---|---|
Milestone: | → 1.1 |
Owner: | changed from anonymous to dante |
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
this is fixed in trunk.