Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

Crashes

JIRASummaryDetails
ORG-10754Crash when copying graphic object together with graph layerE.g. add a rectangle box in graph. Select the layer and then hold Ctrl key and select the rectangle. Right click and do Copy. Origin crashed.
ORG-10743Crash when plot fill area if there is axis break in graphIf there is axis break in graph and plot Fill area to next data graph. Origin crashed.

ORG-10660

ORG-10581

Crash when editing Legend with long text

Right click on the Legend object and open "Properties..." dialog. In the dialog, update the legend text to be "\l(1, 111...11) %(1)", about 120 '1' in the text, represented by 111...11 ==>Origin crashed

Right click legend and choose Properties dialog. Try to type \l(1,,1234567890123456789012345). ==> When the last 5 is typed, Origin crashed.

ORG-10632Crash when loading certain opj fileThis is case by case
ORG-10545Crash when deleting a layer linked to a layer with Axis BreakIf there is axis break in existing graph and add a new layer linked with the axis. Then try to delete the linked axis. ==> Origin crashed.
ORG-11263Crash if clicking green lock on contour graph after do surface fitDo a nonlinear surface fit on Contour plot and then click green lock in graph window. ==> Origin crashed.
ORG-11193Crash when sorting worksheet with large dataThis may happen to PC with small memory.

Bug Fixes

Graphing

JIRASummaryDetails
ORG-10867Changing line style of one layer changes the border style of another layerFor multi-layer graph, changing one plot's line connection style affects another layer's axis line style around the border.
ORG-11092Axis break failed to show for some log scale graphSomehow break setting can be seen in Axis dialog but no break shows in graph.
ORG-10785Fail to plot 3D scatter+ Error bar graph in German OSThis problem exists since version 9.1sr0.
ORG-10958Area plot disappear if transparency is turned on and speed mode is turned offPlot a big dataset as area plot. Turn the speed off and then set transparency of line. ==> Plot disappeared.
ORG-11166Speed mode failed to update after zoomed if plot has sampling interval (no x column)Plot a big Y data with sampling interval set as scatter graph. Speed mode is on. Use zoom and pan the plot to only contain small amount of data. Speed mode is still on. New bug in 9.1.

Data Exploration

JIRASummaryDetails
ORG-11077Data Reader failed to read Z values on XYZ Contour PlotsPlot a contour plot with XYZ column. Use Data Reader or Cursor to read data information. Failed to see Z values.

Peak Analysis

JIRASummaryDetails
ORG-10742Fit Control dialog in Peak Analyzer messed upChoose Fit Peaks as goal in PA. On Find Peaks page, choose Show Center Label checkbox under Labels and Markers node. Then go to Fit Peaks page and click Fit Control button. ==> The dialog messed up.

Import

JIRASummaryDetails
ORG-10575Query Builder dialog failed to open.ActiveQueryBuilderXControls.ocx file is not included in 9.1 builds. Added back now in 9.1 SR3 installation.

Programming

 

JIRASummaryDetails
ORG-11085

Time which set to display as hh pm shows wrong

 

New bug since 9.1 sr0. Run the following Script
{quote}
dd = 1.285104;
str$ = $(dd, T4); //T4: hh pm
str$ =;

{quote}

==> returns 001:06 AM instead of 06 AM

The problem also exists in Format Cells dialog.

 

dd = 1.285104;
str$ = $(dd, T4); //T4: hh pm
str$ =;

Licensing

JIRASummaryDetails
ORG-10969Dongle user see Notepad window when launching Origin 9.1KEYLOK said it is their problem, and gave new libs. So if you saw such message, please contact us to replace your dongle key.
  • No labels