Summary: | menu( > 10 items) repeats items when options("width") is big enough | ||
---|---|---|---|
Product: | R | Reporter: | Bill Dunlap <wdunlap> |
Component: | Misc | Assignee: | R-core <R-core> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | maechler |
Priority: | P5 | ||
Version: | 3.4.0 | ||
Hardware: | Other | ||
OS: | Other |
Description
Bill Dunlap
2017-07-19 17:14:56 UTC
Thank you, Bill! The code wrongly assumed length(choices) >= #{elements fitting in one row}. One could say this bug was harder to detect than to fix ;-) Fixed for R-devel and R-patched. |