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)
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>
| Reporter | ||
Updated•20 years ago
|
Summary: some elements placed inside of <listitem> element are not handled events → some elements placed inside of <listitem> element don't handle events
Comment 1•20 years ago
|
||
You need to use <listitem allowevents="true"> to pass events to the children of listitems.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Reporter | ||
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•