Opened 16 years ago

Closed 15 years ago

#2876 closed bug (fixed)

[BePDF] Help menu options don't work

Reported by: scottmc Owned by: axeld
Priority: normal Milestone: R1
Component: - General Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Three of the four help menu items on BePDF appear to do nothing. I would assume they should open up a browser pointed to some webpage.

Change History (3)

comment:1 by laplace, 16 years ago

These items open a Bookmark using

void PDFWindow::Launch(const char *file) {

entry_ref r; if (GetEntryRef(file, &r)) {

be_roster->Launch(&r);

}

}

where file points to the bookmark file.

So there has to be an application installed in Haiku that can handle the URL specified in a bookmark file.

The following protocols have to be supported:

  • http
  • mailto

comment:2 by scottmc, 15 years ago

This appears to be working ok now, so this ticket can be closed.

comment:3 by korli, 15 years ago

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