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
hit a hint function cannot draw hints for some link elements, such as "Twitter Bootstrap" style button.
because... is_viewable function checks document.elementFromPoint(rect.left, rect.top), but it found parent element if link element is rounded.
hit a hint
function cannot draw hints for some link elements, such as "Twitter Bootstrap" style button.because...
is_viewable
function checksdocument.elementFromPoint(rect.left, rect.top)
, but it found parent element if link element is rounded.For example,
document.elementFromPoint(rect.left, rect.top);
returnsdiv
element, it is nota
element.ChromeKeyconfig/Keyconfig/js/chrome_keyconfig.js
Lines 581 to 582 in 5002a42
The text was updated successfully, but these errors were encountered: