Opened 16 years ago
Closed 13 years ago
#832 closed defect (fixed)
InvokeURL.js File does not accept Window Open Parameters
Reported by: | gluckett | Owned by: | madair |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Fusion | Version: | 2.0.1 |
Severity: | minor | Keywords: | fusion, invokeURL, js |
Cc: | External ID: |
Description
The InvokeURL.js file has a variable called: sFeatures (line 40) This variable is mistyped as sWinFeatures (line 120)
change line 120 from this: window.open(url, this.sTarget, this.sWinFeatures); to this: window.open(url, this.sTarget, this.sFeatures);
Change History (3)
comment:1 by , 16 years ago
Owner: | set to |
---|
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
assigning to Mike