
noreply at edgewall
Sep 6, 2006, 9:08 AM
Post #2 of 3
(970 views)
Permalink
|
|
Re: [The Trac Project] #3674: combo boxes *jump* to top-most option when you click their label
[In reply to]
|
|
#3674: combo boxes *jump* to top-most option when you click their label --------------------------------------+------------------------------------- Reporter: trac [at] bugfree | Owner: mgood Type: defect | Status: new Priority: normal | Milestone: Component: general | Version: 0.9.6 Severity: minor | Resolution: Keywords: combo box | --------------------------------------+------------------------------------- Changes (by mgood): * owner: jonas => mgood Old description: > Start a new ticket[[BR]] > In any combo box (eg. Type: ), select an option part way down the list > (eg. "enhancement")[[BR]] > 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")[[BR]] > (would be better not to 'focus' at all rather than change the value > unexpectedly)[[BR]] > [[BR]] > (nb. I'm using Internet Explorer 6.0)[[BR]] New description: * 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) Comment: 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.'' -- Ticket URL: <http://trac.edgewall.org/ticket/3674#comment:1> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|