Great job fixing copy and paste of newlines within cells!
Unfortunately, we still have an issue that's proving difficult to work around.
Using ParamQuery Pro 4.0.2:
We have a table that contains single line values with quotes in them, ie:
1"x2" Sealed Lamp Kit with Base Mount and Pigtail
When we copy these values from ParamQuery, then paste them into another ParamQuery grid, what's in the ui.rows array in our beforePaste function is:
0:["1x2 Sealed Lamp Kit with Base Mount and Pigtail"]
The quotes are gone.
Also, when pasting thousands of cells, multiple rows get combined.
For instance, when pasting a single column copied from an identical grid, 4484 rows becomes 4134 rows, with some cells containing values that belong in several other rows.
When pasted into a text editor, the data in the clipboard looks identical to what's in the grid, with one line per value, quotes preserved as-is, but when it's pasted into PQ the quotes are gone and lines are concatenated.
Any idea of a fix?
ParamQuery has become an important part of our development cycle for WordPress, one that we're committed to developing solutions around. We're already using it behind-the-scenes for development and data migration. Overall, it's superior to most of the grid editors on the market today.
This is the one remaining issue that prevents us from presenting it to clients as a bulk editing tool for a variety of other use-cases in WordPress.
Thanks in advance!