Closed Bug 274000 Opened 20 years ago Closed 20 years ago

some elements placed inside of <listitem> element don't handle events

Categories

(Core :: XUL, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: surkov, Assigned: jag+mozilla)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041122
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041122

If I place elements like button, box, description, expander and so on then
events is not handled by these elements. Though textbox element handles events.

Reproducible: Always
Steps to Reproduce:
<listbox>
<listitem>
 <button label="try to press me"/>
</listitem>
<listitem>
 <textbox value="you can work with me"/>
</listitem>
</listbox>
Summary: some elements placed inside of <listitem> element are not handled events → some elements placed inside of <listitem> element don't handle events
You need to use <listitem allowevents="true"> to pass events to the children of
listitems.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.