Closed
Bug 90221
Opened 23 years ago
Closed 23 years ago
[code] nsIDOMXULElement::Click() doesn't simulate a real click
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9.9
People
(Reporter: caustin, Assigned: jag+mozilla)
References
Details
Attachments
(1 file, 4 obsolete files)
4.98 KB,
patch
|
jag+mozilla
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
For example, in the checkbox/button case, it merely gives the element focus and
doesn't fire oncommand or toggle the checked attribute.
I need this for bug 959.
On the other hand, if click() isn't supposed to actually simulate a click
(what's it for then?), how would I go about simulating a real click?
Reporter | ||
Updated•23 years ago
|
Blocks: Accesskey-XUL
Reporter | ||
Comment 2•23 years ago
|
||
Reporter | ||
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
sr=blake
Reporter | ||
Comment 5•23 years ago
|
||
This has to go in before (or with) bug 959.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.3
Comment 6•23 years ago
|
||
pushing to 0.9.4 for aegis. won't make the 0.9.3 train unfortunately...
Target Milestone: mozilla0.9.3 → mozilla0.9.4
Reporter | ||
Comment 7•23 years ago
|
||
I no longer have time for these. Anyone else want to take them?
Comment 8•23 years ago
|
||
May God have mercy on us all. The 212 bug spam-o-rama is Now!
QA Contact: aegis → jrgm
Reporter | ||
Comment 9•23 years ago
|
||
-> jag, 0.9.5 (this'll get fixed with bug 959)
Assignee: aegis → jaggernaut
Status: ASSIGNED → NEW
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Assignee | ||
Comment 10•23 years ago
|
||
-> saari
One more for your collection.
Assignee: jaggernaut → saari
Comment 11•23 years ago
|
||
-> 0.9.6
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Updated•23 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.9
Assignee | ||
Comment 13•23 years ago
|
||
Attachment #41851 -
Attachment is obsolete: true
Attachment #41857 -
Attachment is obsolete: true
Comment 14•23 years ago
|
||
Comment on attachment 67165 [details] [diff] [review]
Make click() act like a real click, including mousedown and mouseup
r=jst
Attachment #67165 -
Flags: review+
Assignee | ||
Comment 15•23 years ago
|
||
Comment 16•23 years ago
|
||
You need to reset the status variable's value in between each
HandleDOMEvent.
Nit: Also remove the extra braces.
Fix that, and sr=hyatt
Assignee | ||
Comment 17•23 years ago
|
||
Attachment #67165 -
Attachment is obsolete: true
Attachment #67355 -
Attachment is obsolete: true
Assignee | ||
Comment 18•23 years ago
|
||
Comment on attachment 67513 [details] [diff] [review]
updated per hyatt's comments
Copying over r= and marking sr=hyatt
Attachment #67513 -
Flags: superreview+
Attachment #67513 -
Flags: review+
Assignee | ||
Comment 19•23 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•