You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The selection expansion button supposes to visually expand the selection. However, currently it only goes up the DOM tree. As sometimes the DOM parent node has smaller size than the children, when expanding the selection, it actually shrinks the selection visually and sometimes makes the selection disappear. Suggested solution: When moving up the DOM node, we should skip the one that has the size (width and height) smaller than the current node.
Can repeat/test the issue with Amazon. Click on a price, and the move up by clicking on the plus button. Do that several times and you will see the issue I described above. See attached image.
The text was updated successfully, but these errors were encountered:
The selection expansion button supposes to visually expand the selection. However, currently it only goes up the DOM tree. As sometimes the DOM parent node has smaller size than the children, when expanding the selection, it actually shrinks the selection visually and sometimes makes the selection disappear. Suggested solution: When moving up the DOM node, we should skip the one that has the size (width and height) smaller than the current node.
Can repeat/test the issue with Amazon. Click on a price, and the move up by clicking on the plus button. Do that several times and you will see the issue I described above. See attached image.
The text was updated successfully, but these errors were encountered: