Opened 10 years ago

Closed 10 years ago

#421 closed defect (fixed)

Docs not showing up on Mac

Reported by: mathieu Owned by: butler
Priority: blocker Milestone: SasView 3.1.0
Component: SasView Keywords:
Cc: Work Package: SasView Bug Fixing

Description

If you use the official build, start SasView?, then click the Help button, you'll see a window popping up with nothing in it.

The doc files are there and you can load them in a browser, so they are not the problem. The problem seems to be related to the wx.WebView? object that is not set up properly.

Change History (3)

comment:1 Changed 10 years ago by butler

  • Owner set to butler
  • Status changed from new to accepted

comment:2 Changed 10 years ago by butler

After downloading the build version from jenkins on June 4 onto my mac this works fine. The previous downloaded version seems to work as well. Need to figure out why Mathieu has the problem.

comment:3 Changed 10 years ago by mathieu

  • Resolution set to fixed
  • Status changed from accepted to closed

Fixed. The problem was with spaces in the file path of the documentation html file. If the user unzipped the downloaded application file multiple times, OSX would append a number to the app name (example: sasview 2.app). The url needed to be properly encoded before being passed to the browser.

Note: See TracTickets for help on using tickets.