Implement event handlers of the Visual Viewport API
Categories
(Core :: Panning and Zooming, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: tanushree, Assigned: JanH, Mentored)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete, Whiteboard: [gfx-noted])
Attachments
(10 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Assignee | ||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Updated•6 years ago
|
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Comment 17•6 years ago
|
||
I've documented these additions.
-
Added an events section to the main VisualViewport page: https://developer.mozilla.org/en-US/docs/Web/API/VisualViewport#Events
-
Updated the
on...
handler pages:
https://developer.mozilla.org/en-US/docs/Web/API/VisualViewport/onresize
https://developer.mozilla.org/en-US/docs/Web/API/VisualViewport/onscroll -
Added pages for the actual events:
https://developer.mozilla.org/en-US/docs/Web/API/VisualViewport/resize_event
https://developer.mozilla.org/en-US/docs/Web/API/VisualViewport/scroll_event -
Added compat data for the documented features: https://github.com/mdn/browser-compat-data/pull/3562
I've not added a note to the Fx66 rel notes, as the features are still behind a pref.
Let me know if that looks OK. Thanks!
Comment 18•6 years ago
|
||
(In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #17)
Let me know if that looks OK.
Thanks, Chris, the additions look good.
I'd still like to revise the example at some point, as mentioned in bug 1357785 comment 33, but I haven't had a chance to think of a better example. I made myself a note to do that before enabling the API by default.
Comment 19•6 years ago
|
||
(In reply to Botond Ballo [:botond] from comment #18)
(In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #17)
Let me know if that looks OK.
Thanks, Chris, the additions look good.
I'd still like to revise the example at some point, as mentioned in bug 1357785 comment 33, but I haven't had a chance to think of a better example. I made myself a note to do that before enabling the API by default.
Thanks for the review Botond, appreciate it! Yes, a better example would be good; let me know if you need any help with getting it published.
Updated•6 years ago
|
Description
•