# A few annoying bugs

**URL:** <https://racket.discourse.group/t/a-few-annoying-bugs/3582>\
**Category:** General\
**Tags:** drracket, bug\
**Created:** [February 22, 2025, 5:14am UTC](https://racket.discourse.group/t/a-few-annoying-bugs/3582 "2025-02-22T05:14:09Z")\
**Posts on this page:** 1\
**Page:** 1

<div class="post-metadata">

**Author:** ![ToddOBryan](https://yyz2.discourse-cdn.com/free1/user_avatar/racket.discourse.group/toddobryan/32/1962_2.png) [@ToddOBryan](https://racket.discourse.group/u/ToddOBryan)\
**Post date:** [February 22, 2025, 5:14am UTC](https://racket.discourse.group/t/a-few-annoying-bugs/3582/1 "2025-02-22T05:14:09Z")

</div>

In the course of trying to give a quiz, I've come across a few bugs in the last few days that I just wanted to highlight.

> <https://github.com/racket/drracket/issues/722>
>
> Minimal example:
> 
> Choose Language \> Beginning Student
> 
> Insert \> Text Box
> 
> Hit Ru…n.
> 
> Error. \`let: this function is not defined\`
> 
> Again, this came up in a quiz. I had instructions written in text boxes, and when students tried to write code around the text boxes, they couldn't. (Actually, they weren't supposed to do this, they were supposed to write the code in a separate file, but it was still pretty confusing for me. And sorry I'm filing a flurry of bugs. They just all came up at the same time.)

Adding a Text Box in BSL results in being unable to run the file.

> <https://github.com/racket/drracket/issues/721>
>
> Just discovered this when I gave a quiz.
> 
> Text in a text box is black, which end…s up invisible in the dark theme. Making sure that the text color in a text box is not the same as the theme's background color would be a nice thing to do.

Code in a Text Box is unreadable if the user has picked a theme with a black background.

> <https://github.com/racket/drracket/issues/720>
>
> The Next and Prev buttons don't seem to work correctly and after you replace som…ething, the find ovals don't end up in the right place.

Search/replace doesn't work inside comment boxes. (Just checked, and it doesn't work _at all_ in Text Boxes, but that's not as big a deal.)
