This bug was introduced by commit 810fafe4d825dec533a120e5e3fba15006ebb1a0. Example: ``` ggplot(mtcars, aes(factor(cyl), mpg)) + geom_boxplot() ```