Comment on attachment 548949 Proof of concept I'm not sure if something else is being asked of me here.
With this patch: 1. Click in the editable area 2. Press cursor up/down Expected: The caret moves up/down a line Actual: Page scrolls, so keyboard users cannot edit other lines. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/107247 Title: Launchpad bug pages trigger caret browsing in Firefox and other Gecko browsers Status in The Mozilla Firefox Browser: In Progress Status in Launchpad itself: Fix Released Status in “firefox” package in Ubuntu: Won't Fix Status in “firefox-3.0” package in Ubuntu: Triaged Status in “firefox-3.5” package in Ubuntu: Triaged Bug description: It is possible for a Web page to turn on Firefox's "caret browsing" mode just for that page, such that Firefox displays a cursor in the Web page text and prevents scrolling from working as normal. This should never happen. This bug was triggered by bug 107376 in a previous version of Launchpad, suggesting that the general cause is JavaScript focusing a text field, and then using CSS to hide that field. It seems unrelated to the document.designMode DOM property, because the page did not become editable. Steps to reproduce: 1. In Firefox or Epiphany, open any bug page, such as this one. 2. Wait for the Subscribers box to finish loading. 3. Press the Up or Down arrow keys. What should happen: The page scrolls. What actually happens: A visible caret moves through the page. To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/107247/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp