Closed Bug 288800 Opened 20 years ago Closed 15 years ago

nsProgressDialog.js checks wrongly for preferred application

Categories

(Core Graveyard :: File Handling, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: Biesinger, Assigned: ravi.mozilla)

References

()

Details

(Whiteboard: [good first bug])

426 // Target is the "preferred" application. Hide if empty. 427 if ( this.MIMEInfo && this.MIMEInfo.preferredApplicationHandler ) { 428 var appName = this.MIMEInfo.preferredApplicationHandler.leafName; 429 if ( appName == null || appName.length == 0 ) { 430 this.hide( "targetRow" ); But this is wrong. The target can either be the default application of the preferred application. This code should check MIMEInfo.preferredAction to find out what the app is being opened with.
Whiteboard: [good first bug]
To ravi, per his request
Assignee: file-handling → ravi.mozilla
QA Contact: ian → file-handling
This code was removed in bug 548189.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.