Opened 9 years ago
Closed 9 years ago
#486 closed defect (fixed)
Report Results broken in Jenkins build of 3.1.1
Reported by: | smk78 | Owned by: | butler |
---|---|---|---|
Priority: | blocker | Milestone: | SasView 3.1.2 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
Windows 7.
Spotted by Richard, verified by Steve.
Report Results is broken in the Jenkins build of 3.1.1. Works in the release version of 3.1.1 and 3.0.0.
We initially thought it was a feature of the recent forced update of Adobe Acrobat Reader from X to DC, but DC works with the earlier versions.
Change History (3)
comment:1 Changed 9 years ago by butler
- Milestone changed from SasView Next Release +1 to SasView 3.2.2
comment:2 Changed 9 years ago by butler
- Owner set to butler
- Status changed from new to accepted
Looks like problem was from wxID cleanup where all -1 were replaced with a wx.ID_ANY which is much better for searching later but requires an import wx statement which one of the files, pagestate, did not have. Checking all other files changed to make sure that was the only such instances.
comment:3 Changed 9 years ago by paul butler <butlerpd@…>
- Resolution set to fixed
- Status changed from accepted to closed
Seems like this should be fixed before we release 3.1.2 if it was working in 3.1.1? Should probalby check on local builds first to see if a Jenkins build problem or a problem introduced by wxID fixes for example.