-
- Downloads
Bug 1828295 part 2: When setting the fake a11y Windows caret, convert the...
Bug 1828295 part 2: When setting the fake a11y Windows caret, convert the screen coordinates to client coordinates. r=nlapre Previously, we were making the screen coordinates relative to the window rect. However, the window rect includes the non-client area of the window, which includes the title bar. SetCaretPos expects client coordinates. In Firefox, this normally doesn't matter because the title bar is disabled, so there is no non-client area. However, when the title bar is disabled, the coordinates were previously incorrect. Differential Revision: https://phabricator.services.mozilla.com/D176620
Please register or sign in to comment