Rather than try to exact a test-case I tried writing one from scratch;
it's not quite there.  It doesn't succeed in turning on the caret mode,
but it does jump the window and then prevent scrolling with the arrow
keys/page up+down working... which is halfway there;  the non-
boilerplate guts being:

  e = document.getElementById("foobar");
  e.focus();
  e.style.visibility="hidden";
  ...
  <input id="foobar" name="foo" value="bar"/>

** Attachment added: "prevent-scrolling.html"
   http://launchpadlibrarian.net/30122852/prevent-scrolling.html

-- 
Launchpad bug pages trigger caret browsing in Firefox and other Gecko browsers
https://bugs.launchpad.net/bugs/107247
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to