Closed
Bug 615796
Opened 14 years ago
Closed 14 years ago
event returned by widget's onClick, onMouseover and onMouseout is null
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: konstantin.novichikhin, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Build Identifier: Minefield 4.08pre, jetpack trunk
the object is null
Reproducible: Always
Steps to Reproduce:
1. Trigger all three events in the example provided.
2. Console debug will print value of the event object as null.
Actual Results:
event is null
Expected Results:
it should be a DOM event that references clicked widget element
Comment 1•14 years ago
|
||
This change is intentional, per bug 569479. We need to make the change so that Jetpacks can run in a separate process.
You can use content scripts now instead. See more details about the changes here:
https://autonome.wordpress.com/2010/11/23/upcoming-changes-to-the-jetpack-widget-api/
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•