Closed
Bug 751469
Opened 13 years ago
Closed 13 years ago
Selection events listeners are not executed anymore since 1.7b1
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
1.7
People
(Reporter: zer0, Assigned: zer0)
References
Details
Attachments
(1 file)
The code above:
selection.on('select', function() {
console.log("selection!")
})
Doesn't execute the code associated with the "select" event on 1.7b1 and later, but it works on 1.6rc2 and earlier versions of SDK.
It sounds to me like we broke the events functionality in selection during the code refactoring.
Assignee: nobody → zer0
Priority: -- → P1
Target Milestone: --- → 1.7
Assignee | ||
Comment 1•13 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•13 years ago
|
Attachment #621549 -
Flags: review?(rFobic)
Comment 2•13 years ago
|
||
Comment on attachment 621549 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/432
Thanks!
Attachment #621549 -
Flags: review?(rFobic) → review+
If this lands today, we can get it into 1.7rc2 tomorrow for a final release in 1.7.
Status: NEW → ASSIGNED
Comment 4•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/df2d5674e57a695767a79034dbfb802785f7a2d0
Merge pull request #432 from ZER0/bug751469-selection-events
fix Bug 751469 r=@gozala
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 5•13 years ago
|
||
Commit pushed to stabilization at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/075becdd649500d845fa15aea09129e6aef02bef
Merge pull request #432 from ZER0/bug751469-selection-events
fix Bug 751469 r=@gozala
(cherry picked from commit df2d5674e57a695767a79034dbfb802785f7a2d0)
You need to log in
before you can comment on or make changes to this bug.
Description
•