Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The tabindex test page in question can be found in the fluid source code repository at the following URL:
https://source.fluidproject.org/svn/!svn/bc/10485/scratchpad/tabindex/trunk/BrowserTabindexDemo.html

Steps for testing with "TabindexTests.html"

The following describes a quick way of trying out the tabindex tests in "TabindexTests.html".

  1. Go to https://source.fluidproject.org/svn/!svn/bc/10485/scratchpad/tabindex/trunk/BrowserTabindexDemo.htmlhtmll
  2. Choose "Save as..." from the browser's "File" menu.
  3. Save the file.
  4. Load the file into the browser from its local saved location.
  5. Navigate the various elements using the TAB key, and watch the reports regarding "focus" and "blur" events.

...