jasp-stats / jasp-issues

This repository is solely meant for reporting of bugs, feature requests and other issues in JASP.
58 stars 29 forks source link

[Bug]: Output/columns don't copy neatly #3008

Open LarsdeVreugd opened 6 days ago

LarsdeVreugd commented 6 days ago

JASP Version

0.19.1

Commit ID

No response

JASP Module

Regression

What analysis are you seeing the problem on?

Linear Regression

What OS are you seeing the problem on?

macOS Silicon

Bug Description

If you copy output from a linear regression analysis, e.g. the Model Summary, the text and columns don't copy neatly in to (e.g.) Excel or Word. There are columns added in some places, but not in others;

This output:

image

Copies to this in Excel:

image

So Model, R, R2, Adjusted R, etc., don't have an extra column, but there are columns between the values.

Expected Behaviour

It would be great if the output copies to e.g. Word or Excel correctly, saves some hassle of copy/pasting.

Steps to Reproduce

1. 2. 3. ...

Log (if any)

No response

More Debug Information

No response

Final Checklist

tomtomme commented 3 days ago

thx for the report. I cannot reproduce this on linux with libreoffice. @shun2wang - who from the team can test this on macOS + Word?

Here what it looks like for me grafik

LarsdeVreugd commented 17 hours ago

Hi Thomas,

I think the 'problem' is also apparent in your screenshots, as in the left figure there are more colums in the row with M0 and M1 than in the row above it (starting with Model). Those extra cells are a bit of nuisance (and easily deleted of course), but would be nice if they didn't show up at all. Thanks for the effort!