Closed Bug 751469 Opened 12 years ago Closed 12 years ago

Selection events listeners are not executed anymore since 1.7b1

Categories

(Add-on SDK Graveyard :: General, defect, P1)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

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.
Blocks: 661884
Blocks: 665386
Assignee: nobody → zer0
Priority: -- → P1
Attachment #621549 - Flags: review?(rFobic)
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+
Blocks: 752647
If this lands today, we can get it into 1.7rc2 tomorrow for a final release in 1.7.
Status: NEW → ASSIGNED
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
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
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.

Attachment

General

Created:
Updated:
Size: