Kraku
8 years agoOccasional Contributor
Controls highlight position is offset from real position
Like in pic, everything is OK until some point of DOM tree (iframe). After that it moves slightly coordinates of every Highlight.
TC clicks by default in top left corner so I must manually set click position which is uncomfortable. At some controls it is even not possible to click!
(Internet Explorer 11, Zoom set to 100%)
OK, we found it. TestComplete have a bug and incorrectly shows coordinates when CSS in Internet Explorer uses em units with padding. When we changed it to px, everything worked smoothly.