Closed
Bug 859297
Opened 13 years ago
Closed 13 years ago
Homescreen incorrectly prevents (or does not prevent) events from firing in BrowserElementPanning
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Firefox OS Graveyard
Gaia::Homescreen
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 835710
People
(Reporter: jlal, Unassigned)
Details
(Keywords: perf, Whiteboard: [FFOS_perf] c=)
Attachments
(1 file)
|
131 bytes,
patch
|
crdlc
:
review-
|
Details | Diff | Splinter Review |
Noticed while profiling something else:
Note there is not a scientific approach to my touch movements here but its obvious we are doing extra work during touches.
Without prevent default:
http://people.mozilla.com/~bgirard/cleopatra/#report=0e610d5fb198d8f1a575835e56e521c8875d92ce
With prevent default:
http://people.mozilla.com/~bgirard/cleopatra/#report=2c13a45e6d0a45297920e66fd38da38003bc7510
| Reporter | ||
Updated•13 years ago
|
Whiteboard: [FFOS_perf]
| Reporter | ||
Comment 1•13 years ago
|
||
Attachment #734595 -
Flags: review?(21)
| Reporter | ||
Updated•13 years ago
|
Attachment #734595 -
Attachment is patch: true
Comment 2•13 years ago
|
||
please review the long press with your patch and the blue active of the icons , thanks
Comment 3•13 years ago
|
||
Comment on attachment 734595 [details] [diff] [review]
Add preventDefault
That sounds good if Cristian r? it too :)
Attachment #734595 -
Flags: review?(21) → review?(crdlc)
Comment 4•13 years ago
|
||
Comment on attachment 734595 [details] [diff] [review]
Add preventDefault
Please as far as I know, Chris Jones and me were studying this issue one month ago, but we cannot did it because we are listening to contextmenu event and furthermore if we call to prevent method, the active pseudo class of the icons disappears. Please, if there is some change on gecko and currently we don't lose these features, please ask me for a new review. Sorry
Attachment #734595 -
Flags: review?(crdlc) → review-
Comment 5•13 years ago
|
||
upps sorry, I lay, jeje I did a function to implement the active pseudo class in javascript to add the stopPropagation (bug 835710)
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•