Barry Chen

Results 17 comments of Barry Chen

With selenium-webdriver 4.0.0-alpha.1 and geckodriver 1.10.0 or 1.11.0 (and a 61.0a1 Nightly), perform a mouse selection with `press().move().release()` does not work. The selection is started but then never finishes.

Sentry: https://sentry.prod.mozaws.net/operations/screenshots-addon-dev/issues/4287898/ Asa also reported this error message in the Screenshots Slack channel. But he was trying to take a shot of a tweet on Twitter, so I don't know...

Kicking this into the backlog until we upgrade to nodejs 10.x.

Fix for this is in Jared's comment over at https://github.com/mozilla-services/screenshots/pull/4401#issuecomment-387524590

The last comment's from almost four months ago. Is this still an issue?

Hey @Tacklebox, thanks for the comment. You're correct about `isURL()`. It looks like the error is from a regex--the one in `originFromUrl()`.

Does this still `needs:UX` or at least copy for the new message? @johngruen?

Did we ever reach a decision on what to do here? We could, in addition to a warning, prevent a selection with a side greater than 32767 pixels. @johngruen ?

There is an area limit of 472,907,776 pixels. That should be taken into account as well. And `devicePixelRatio` need to be factored into the calculations for HiDPI.