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
Thanks! Looks to be an issue with the <span> that wraps the headline setting font-size: 0 meaning the element gets treated as having a 0x0 bounding box which is probably tripping up our code which checks if the element is visible or not.
Completely overhaul text lookup to cover more cases and (hopefully) be
easier to extend in future (so we can tackle #1130).
Fixes#990.
Fixes#1033.
Also improves performance and allows looking up `user-select: all` text
in Firefox.
Completely overhaul text lookup to cover more cases and (hopefully) be
easier to extend in future (so we can tackle #1130).
Fixes#990.
Fixes#1033.
Also improves performance and allows looking up `user-select: all` text
in Firefox.
See, for example, https://news.yahoo.co.jp/pickup/6448018
The text was updated successfully, but these errors were encountered: