Commit 12cbb5d
fix: drop redundant iframe body click in rich editor fill
selectAllInEditable already focuses the body via JS; the extra click
was only there to mimic Playwright's force-click semantics. In WebDriver
the click resolved viewport coords through the iframe, so CKEditor 4's
parent-scope notification overlay intercepted it. Removing the click
makes all 48 iframe tests pass in WebDriver without affecting Playwright
or Puppeteer.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 9f5f2f4 commit 12cbb5d
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
| |||
0 commit comments