Closed Bug 483182 Opened 15 years ago Closed 15 years ago

Missing _kineticData in _onMouseDown function

Categories

(Firefox for Android Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: MikeK, Assigned: MikeK)

Details

Attachments

(1 file)

When accessing the kineticHandle in ContentPanningModule._onMouseDown (InputHandle.js) the:

if (this.kineticHandle != -1)

should be changed to 

if (this._kineticData.kineticHandle != -1)

in order to acces the kineticHandle.
Attachment #367196 - Flags: review?(combee)
Comment on attachment 367196 [details] [diff] [review]
Added _kineticData where it was missing

Yep, made the same change in my own code.
Attachment #367196 - Flags: review?(combee) → review+
Keywords: checkin-needed
https://hg.mozilla.org/mobile-browser/rev/bb4469e5488e
Assignee: nobody → mkristoffersen
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Hardware: x86 → All
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: