Closed Bug 11802 Opened 25 years ago Closed 16 years ago

Implement onselect in trees, list boxes, and combo boxes

Categories

(Core :: XUL, defect)

x86
Other
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME
Future

People

(Reporter: hyatt, Assigned: rods)

Details

Attachments

(1 file)

need onselect to fire for trees, list boxes, and combo boxes
Status: NEW → ASSIGNED
Target Milestone: M10
Assignee: hyatt → joki
Status: ASSIGNED → NEW
I have implemented this for trees.  Passing off to joki who can make sure it
gets implemented for the HTML select element.
Assignee: joki → rods
Actually I'd have to say this is more of a rod thing.  I don't know his select
stuff that well.
Target Milestone: M10 → M12
Changing to M12
"onselect" is not a standard event for the select element, it is really defined
just for input text and textarea. "onchange" is the important event
notification.
the point here is that these widgets need to be enhanced to support onselect in
addition to onchange.  this is a feature request.  cc'ing brendan, who can type
more than i can.
Target Milestone: M12 → M14
change to m14
spam: changing qa contact from ckritzer -> paulmac for xul bugs
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL.  XUL 
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
changing to M15
Target Milestone: M14 → M15
*IGNORE* - more massive spam, changing open XPToolkit bug's QA contact to
jrgm@netscape.com

QA Contact: paulmac → jrgm
*IGNORE* - massive spam changing open XPToolkit bug's QA contact to
jrgm@netscape.com
mass-move to M16
Target Milestone: M15 → M16
moving to M18
Status: NEW → ASSIGNED
Target Milestone: M16 → M18
This bug has been marked "future" because at this time it has been determined 
that it is not absolutely critical for RTM (Release To Manufacturing). If the 
reporter and anyone else believe it is necessary to fix this before shipping 
Seamonkey 1.0, please describe your issue in the bug. 
Target Milestone: M18 → Future
if we map to xbl, you'll pick this up for free.
leaving as future for now
Priority: P3 → --
Ya as well would like to see onselect implimented for combo boxes. At the moment
I frequently access a Page that has been writen w/ *.php and uses combo boxes to
narrow down content and example of coding is as follows:

          <font size="-2">View items by raid type</font><br>
            <select name="raidtypes"
onChange="location.href='dkp-item-list.php?raidtypeid='+raidtypes.options[raidtypes.selectedIndex].value;">
<option value="-1">&lt;all raid types&gt;</option>
<option value="NULL">&lt;no assigned raid type&gt;</option>
<option value="36">a burrower parasite</option>
<option value="40">a glyphed covered serpent</option>
<option value="19">Aaryonar</option>
<option value="32">Acidic Mass</option>
<option value="68">Aerin'Dar</option>
<option value="90">Agnarr the Storm Lord</option>
<option value="50">Arch Lich Rhag`Zadune</option>
<option value="95">Arlyxir</option>
<option value="159">Avatar of Earth</option>
<option value="12">Avatar of War</option>
<option value="91">Bertoxxulous</option>
<option value="93">Bertoxxulous Ring</option>
<option value="60">Blood of Ssraeshza</option>
<option value="82">Carprin Deatharn</option>
</select>
Works fine in IE but would like to see onselects implimented in mozilla browsers
I've tested it in Netscape,Mozilla,FireFox and it doesn't work in any not sure
if this is an issue related to php or combo boxes in general.
Thanks Brian
Ya as well would like to see onselect implimented for combo boxes. At the
moment I frequently access a Page that has been writen w/ *.php and uses combo
boxes to narrow down content and example of coding is as follows:

	  <font size="-2">View items by raid type</font><br>
	    <select name="raidtypes"
onChange="location.href='dkp-item-list.php?raidtypeid='+raidtypes.options[raidtypes.selectedIndex].value;">

<option value="-1">&lt;all raid types&gt;</option>
<option value="NULL">&lt;no assigned raid type&gt;</option>
<option value="36">a burrower parasite</option>
<option value="40">a glyphed covered serpent</option>
<option value="19">Aaryonar</option>
<option value="32">Acidic Mass</option>
<option value="68">Aerin'Dar</option>
<option value="90">Agnarr the Storm Lord</option>
<option value="50">Arch Lich Rhag`Zadune</option>
<option value="95">Arlyxir</option>
<option value="159">Avatar of Earth</option>
<option value="12">Avatar of War</option>
<option value="91">Bertoxxulous</option>
<option value="93">Bertoxxulous Ring</option>
<option value="60">Blood of Ssraeshza</option>
<option value="82">Carprin Deatharn</option>
</select>
Works fine in IE but would like to see onselects implimented in mozilla
browsers
I've tested it in Netscape,Mozilla,FireFox and it doesn't work in any not sure
if this is an issue related to php or combo boxes in general.
Thanks Brian
Been working for a long while now.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: