-
Notifications
You must be signed in to change notification settings - Fork 128
Add indicator of what a "region" is when I'm hovering over it. #1633
Comments
Thinking this through, this is going to be harder than I initially thought. When we determine the rectangle given a click we briefly remove the darkening overlay and do a DOM operation to determine what's at that location. Then we put it back, and you are none the wiser. But we can't do that every time the mouse moves. I think it would work fine if we had |
Oh yeah that does sound tricky! Here's a wacky idea:
|
That's a good idea! We actually do some of those calculations in selector-snapping.js so we just need to extend that. If the page changes it'll be inaccurate, but that can be tolerated. |
Fix #1633, indicate the region that would be selected on hover Add a new class to suppress pointer events but not hide the interface
This feature was released in the v1 release which went out on October 26th. |
The copy asks me to select a region, but I'm not sure what region means and get no indication of "regions" when I move my mouse around. Can we add an outline around a region so I can pick what I want with more certainty, it's a bit of a gamble right now.
The text was updated successfully, but these errors were encountered: