Edgewall Software

Opened 18 years ago

Last modified 16 years ago

#3674 closed defect

combo boxes *jump* to top-most option when you click their label — at Version 1

Reported by: trac@… Owned by: Matthew Good
Priority: highest Milestone: 0.11
Component: general Version:
Severity: normal Keywords: javascript
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Matthew Good)

  • Start a new ticket
  • In any combo box (eg. Type: ), select an option part way down the list (eg. "enhancement")
  • Then afterwards, whenever you click the combo box's label (ie. "Type:" ), the combo box's value jumps to the top-most option (ie. "defect")

(would be better not to 'focus' at all rather than change the value unexpectedly)

(nb. I'm using Internet Explorer 6.0)

Change History (1)

comment:1 by Matthew Good, 18 years ago

Description: modified (diff)
Owner: changed from Jonas Borgström to Matthew Good

This is an IE bug when you use <label for="id"> with a select box: http://support.microsoft.com/default.aspx?scid=kb;en-us;314279

They provide a JavaScript workaround which should be possible to integrate.

Note: Please use [[BR]] sparingly. For normal text use a blank line to separate paragraphs.

Note: See TracTickets for help on using tickets.