-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pointer area issues #127
Comments
Yes, this is the purpose of pointerAreas. We typically expand the interactive (draggable/clickable) areas of an element to make it easier to drag. The red dashed line indicates the interactive area for touch devices (aka
Yes, these are all as requested. For example, here's the request for the terms in toolboxes: #68 (comment)
mouseAreas (blue) and touchAreas(red) are almost always different, with touchAreas being larger. That's what you're seeing here.
The code review items doesn't make this clear. But we're looking for cases where mouseAreas (blue) overlap with other mouseAreas, and ditto for touchAreas. I took another look, and I don't see any overlap. |
@mbarlow12 Review my comment above and let me know if you have any questions. If you're confident that there is no problem here, feel free to close. |
@pixelzoom That makes sense, and thanks for clarifying the color mapping. Closing. |
I pulled these comments from @mbarlow12 out of #123, where he also said:
showPointerAreas
)// REVIEW
While this is most prominent in the term toolboxes, it also appears in the equation accordion toggle button, all clickable items in the snapshots accordion box, the organize button, the universal operator buttons, and the lock control.
There is also a discrepancy between the blue and red pointer area outlines for the following components: accordion box toggles, universal operator buttons, snapshot icons (incl. the delete & restore buttons), the organize button, and the variable number tweaker (incl. EE, EETwoVariables, and EEBasics Lab).
showPointerAreas
) Some overlap may be OK depending on the z-ordering (if the frontmost object is supposed to occlude touch/mouse areas)The text was updated successfully, but these errors were encountered: