Closed
Bug 293735
Opened 20 years ago
Closed
when deck is placed inside of the button then command event is not fired
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: surkov, Unassigned)
References
Details
Attachments
(1 file)
|
94 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; ru-RU; rv:1.7.5) Gecko/20041108 Firefox/1.0 (ax)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; ru-RU; rv:1.7.5) Gecko/20041108 Firefox/1.0 (ax)
<button oncommand="alert('hi')">
<deck>
<label value="hello"/>
</deck>
</button>
When I click on a label 'hello' then command event is not fired.
Reproducible: Always| Reporter | ||
Comment 1•20 years ago
|
||
Tested on Mozilla 1.8b Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050217
Comment 2•20 years ago
|
||
I get this too Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050511 Firefox/1.0+
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
| Reporter | ||
Comment 3•20 years ago
|
||
This bug can be related with https://bugzilla.mozilla.org/show_bug.cgi?id=293977
Comment 4•19 years ago
|
||
Updated•16 years ago
|
Assignee: jag → nobody
Comment 5•3 years ago
|
||
Hey Alexander,
Can you still reproduce this issue or should we close it?
Flags: needinfo?(surkov.alexander)
| Reporter | ||
Comment 6•3 years ago
•
|
||
(In reply to Andrei Purice from comment #5)
Hey Alexander,
Can you still reproduce this issue or should we close it?
I think we can close it. xul:deck was about to die a couple years ago, not sure if Brian managed to kill it, but either way it should be part of legacy now and if bug existed for 16 years, then perhaps nobody care about it anymore.
Flags: needinfo?(surkov.alexander)
| Reporter | ||
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Closed: 3 years ago
You need to log in
before you can comment on or make changes to this bug.
Description
•