Re: [w3c/editing] make need of execCommand to hide table controls go away on FF (#171)

When I wrote patches of Firefox, I realized that Gecko has another built-in feature. That's a grabber to move absolute positioned elements with dragging it. I'd like to disable it by default too and making web apps possible to enable it by new command "enableAbsolutePositionEditor" at least for now for backward compatibility.

Then, we can collect actual usage of those features with telemetry and if telemetry tells us nobody uses those Gecko built-in editing features, we can completely removed them from Firefox safely.

@johanneswilm Do you have some comments about this?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/171#issuecomment-379143053

Received on Friday, 6 April 2018 04:11:49 UTC