Here's the list:
sheetname-adj: Sheetnames that are cell coordinates (e.g, A5!B3) are
not adjusted correctly in insert/delete/paste.
scroll-csss: When scrolling back up, returning rows do not show
explicit CSS correctly -- line 707 of Common.js does not take new Live
View Modifiable flag into account.
clear-contents-ok: Pressing the OK button when editing, and some other
cases, does not clear the cmdedit value, so additional typing in the
cell after pressing OK gets added to the old rather than overwriting
it.
header-3px: The selectedcolname and selectedrowname CSS values while
editing have 3 pixel borders that should not be there (hold over from
old code). This results in a little glitch on the screen next to the
headers sometimes.
product-type: The product, var, and stdev and related functions use
the sum function's method for determining result type. They should
just return plain numeric.
sort-utf8: The Sort command does not handle UTF-8 - it just assumes
bytes.
name-needsrecalc: Code issue: The "name" command does not set the
"needsrecalc" value.
range-nname: The /Range Names command prompt displays an extra "N".
(New to SocialCalc -- not in wikiCalc.)
runtime-nobr: The runtime update value of the date/time, etc., in
ajaxsetcell in Sheet.pm does not include the nobr tags to look like
the normal display at the bottom of the page. (New to SocialCalc --
not in wikiCalc.)