Closed
Bug 1043321
Opened 11 years ago
Closed 11 years ago
[Vertical Homescreen] Remove onScroll handler from grid_view because it is not used anymore
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1043293
People
(Reporter: crdlc, Assigned: crdlc)
Details
(Whiteboard: [systemsfe])
I realized that this code is useless and we had a bug because the handler was defined wrongly
https://github.com/mozilla-b2g/gaia/blob/master/shared/elements/gaia_grid/js/grid_view.js#L131
the html element is this.element.parentNode which receives the event instead of this.element :)
![]() |
Assignee | |
Updated•11 years ago
|
Assignee: nobody → crdlc
Status: NEW → ASSIGNED
Whiteboard: [systemsfe]
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Sorry I meant window instead of this.element when I talked about the html element
![]() |
Assignee | |
Comment 2•11 years ago
|
||
This bug will be addressed in bug 1043293 by Julien
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•