DevExpress / testcafe-hammerhead

A powerful web-proxy used as a core for the TestCafe testing framework. :hammer: :smiley:
https://testcafe.io
MIT License
171 stars 161 forks source link

Positioning to multiline elements #3004

Closed Bayheck closed 3 months ago

Bayheck commented 4 months ago

Purpose

getBoundingClientRect does not return border boxes of each mutiline element.

Approach

Replace getBoundingClientRect with getClientRects

References

https://github.com/DevExpress/testcafe/pull/8183

Pre-Merge TODO

github-actions[bot] commented 3 months ago

Release v31.7.2 addresses this.