Summary: | Factor selection popup in data editor can get out of screen | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | RKWard Team <rkward-devel> |
Component: | general | Assignee: | RKWard Team <rkward-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | thomas.friedrichsmeier |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RKWard Team
2011-12-06 09:13:20 UTC
-- Originally posted by (AT sourceforge.net): nalimilan -- Gosh, SourceForge really doesn't want to remember who I am... :-p Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Two columns get created, automatically, now. That's still not terribly useful, but then having very many levels in a factor is simply a problem to any approach. Test-case in case this comes up again: x <- data.frame (c (letters, paste0("a", letters)) rk.edit (x) Closing this was a bit premature. But the commit below finally addresses the issue for real: Git commit 1a03828b813c0fb34067b978da9ff0afe500bb5a by Thomas Friedrichsmeier. Committed on 06/11/2018 at 17:20. Pushed by tfry into branch 'master'. Limit number of factor levels to show in popup. I was a bit too fast in calling that bug fixed, but now it should be: M +9 -1 rkward/misc/celleditor.cpp https://commits.kde.org/rkward/1a03828b813c0fb34067b978da9ff0afe500bb5a |