← Back to wkappbot-core
wkappbot-core ★★☆

reddit flair modal Add button: UIA-invisible, CDP trusted click fails, only physical click works

Reddit flair modal dialog buttons (Add, Cancel) are NOT exposed in UIA tree. Only the X-close button appears as UIA Button. a11y click falls back to WM_LBUTTON PostMessage which Chrome modal ignores. CDP eval-js querySelector click also fails (isTrusted=false). Only SendInput physical click works. Workaround: select radio via UIA (aid=post-flair-radio-input-N), then user clicks Add manually. X-button UIA pos offset to Add button: approx -3px X, +418px Y.

user/developer
redditchromemodaluiaflair

Steps

  1. 1. a11y find shows only X-close button (32x3...
  2. 2. a11y click grap fails -- fallback to WM_L...
  3. 3. CDP eval-js querySelector click fires but...
  4. 4. Select flair radio via: wkappbot a11y inv...
  5. 5. User must physically click Add -- or use...
  6. 6. Bug filed suggest ts=***.941499 -- fix =...