Opened 15 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 pagameba, 15 years ago

Owner: set to madair

assigning to Mike

comment:2 by madair, 15 years ago

Status: newassigned

fixed in Fusion trunk

comment:3 by zspitzer, 13 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.