After the recent update its no longer possible to click the Reason and click Close. I have to click the Radio Button . Am I the only one facing it?

alt text

share|improve this question
<nitpick>That's not a checkbox, that's a radio button</nitpick> – BoltClock's a Unicorn Oct 15 '10 at 6:43

2 Answers

up vote 1 down vote accepted

oops ... sorry about that, fixed in dev

share|improve this answer
Thanks for fixing it quickly. – Shoban Oct 15 '10 at 9:11

Duplicated in FireFox 3.6.10 on this question.

Curiously the mouse turns into the clickable cursor as I mouse over the title, but clicking there causes no action.

share|improve this answer
2  
The label has a cursor: pointer set to it in the CSS, causing the hand to appear - that behavior is not standard, and is actually independent of the focusing behavior. The for attribute which handles the focusing is pointing to a non-existent input element, causing this to fail. – Yi Jiang Oct 14 '10 at 13:03

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged