Despite searching all day, I just can't figure out why my label is malfunctioning. It works fine with plain HTML, but the problem arises as soon as I add some CSS styling to it.
In particular, the "Section Start" label should be linked to the "selectbox", and that's the one causing issues. Other labels seem to be working correctly. When clicking on the "Section Start" label, autofocus should switch to the selectbox (New Page).
.wrap { width: 393px; height: 545px; border: 1px solid #0855DD; border-top: 1px solid #0734DA; border-color: #004DE3 #00138C #00138C #0855DD; -webkit-box-shadow: 0 0 0 1px #0855DD inset,0 0 1px 3px #0831D9 inset,0 0 0 2px #166AEE inset; -moz-box-shadow: 0 0 0 1px #0855DD inset,0 0 1px 3px #0831D9 inset,0 0 0 2px #166AEE inset; ....