Bug spotting?
An observation exercise to improve
UI/UX skills.
Spot a bug?
Tell us about it! Bug Spotting: Bed, Bath, and Beyond Fly-Out Menu
Learning from the UI/UX mistakes of others.
All kinds of interesting things going on here.

First of all, the height of the menu items does not expand when the text wraps. Likely a fixed height. Secondly, the hover stops at the edge of the text so if your mouse is anywhere past the text, the menu closes.
Here we see a whole slew of inline CSS and JavaScript. For those who don’t know, this is bad, amateurish. This kind of code should be in external files.

