[Rd] Data editor duplicates pairs of backslashes (PR#11897)
mtt2108 at columbia.edu
mtt2108 at columbia.edu
Wed Jul 2 16:05:04 CEST 2008
Full_Name: Magnus Torfason
Version: 2.7.0
OS: Windows Vista
Submission from: (NULL) (128.59.140.167)
Each time a string is edited in the data editor (on Windows at least), any pairs
of backslashes (an escaped backslash) are duplicated on each edit of the string.
Note that one must actually double click the value for the bug to show up.
Behavior/Replication:
> # Create data frame
> d=data.frame(a="\\")
> # Edit data frame, and while editing, double click
> # value several times to edit (selecting something
> # different between each doubleclick)
> d=edit(d)
> d
a
1 \\\\\\\\\\\\\\\\
More information about the R-devel
mailing list