Platform support for touch event simulation without reloading
Categories
(Core :: DOM: Events, defect)
Tracking
()
People
(Reporter: jryans, Unassigned)
References
()
Details
(Whiteboard: btpp-followup-2016-07-05)
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Comment 3•8 years ago
|
||
Reporter | ||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 6•6 years ago
|
||
Is this bug still valid?
There's a notification displayed at the top of the page after clicking the "hand" icon, telling the user that "Device simulation changes requires a reload to fully apply. Automatic reloads are disabled by default do avoid losing any changes in DevTools. You can enable reloading via the Settings menu.".
Thanks.
Reporter | ||
Comment 7•6 years ago
|
||
(In reply to Bodea Daniel [:danibodea] from comment #6)
Is this bug still valid?
Yes. The idea of this bug is to apply changes to touch support in the platform without reloading the page. The notification you mention is there to advise that currently we have to reload (because we haven't implemented the idea in the bug), but we would like to avoid the need to reload if possible.
Comment 8•5 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #5)
I don't understand how ontouch* could work without reload. Pages probably
don't try to set those properties if they aren't there.
Yeah, I don't think we're going to make this work. Properties on the prototypes are set up when the prototypes are created, I suspect that changing that set of properties (potentially also removing) after prototype creation is going to lead to plenty of weird issues with page scripts.
Updated•2 years ago
|
Description
•