The recent flurry of activity (additons to the toolbar) has been due to the preparation of a document called The Web Accessibility Toolbar and WCAG 1.0 which is now finished and published.
This document indicates which toolbar function (if any) is helpful in assessing conformance to the WCAG 1.0 Checkpoints.
Each time i looked a particular checkpoint I thought"it would be good if the toolbar could help check for that"
and proceeded to try to cobble together some code to do it, or scrounge around for some code to modify or best of all hassle Sofia or JUn to do some development.The newest function is:Structure > JavaScript / New Window LinksIt Displays an icon next to links that contain JavaScript in the href attribute. The links are also given a dashed border and background colour.
it Displays an icon next to links that contain an onclick event handler and common words used in new window scripts in the href and/or the onclick attribute. The links are also given a dashed border and background colour.
It Displays an icon next to links that have their target attribute specified (_self & _top are excluded) . The links are also given a background colour.
Aknowledgement to Autark who created the script this is based on.
Thanks to Sofia Jun and Andrew Arch for their help and hard work.....The last of the major functions added..... until the new version comes out!
'Doc Info > Identify Multimedia Files'Displays (in a new window) the code of any object/embed elements found. it also lists links to Multimedia files (Examples: mp3, mov, swf, ram etc) found on the current page. Developed by Sofia Celic
'Doc Info > Identify Scripts & Applets'Displays (in a new window) any applets found and the associated code. It also lists embedded and external scripts found and in most cases allows the viewing and downloading of external scripts linked from current page.Developed by Sofia Celic with aknowledgement to Lioren.
Also started adding better error handling on some functions.Also two functions have been modified, one has been removed.
These functions will appear on your toolbar after the next (Weekly) auto update or you can force an update using the Accessibility toolbar options > update feature.
A few users have reported odd behaviours occuring with the toolbar keyboard commands, as mentioned previously I have been hassling JUn to include a function to disable shortcuts, which he has now done.
While I don't plan to include this function [along with a bunch of others] until the next release in the installation package, but if you are experiencing problems you can download the test version of the dll and xml files [test_key.zip, 268Kb] which includes the hot key (de) activation function:
Once downloaded unzip and place these files in the folder where the toolbar is installed (they replace the dll and xml files that are currently there). Be sure that you have all instances of IE shut as you will not be able to overwrite the dll file with any IE windows open. Now when you open up IE in the toolbar options menu you will be able to turn on/off hot keys.Note: The update function has been disabled in the test version.The test version is the English language version only. It will not cause a problem to overwrite other language versions.
"I thought that you might like to know there is a small issue for users who use the toolbar and upgrade to Windows XP SP2. The problem is small, and no doubt could be fixed by fiddling about in the Registry. However, post SP2 when you click on 'View Source' on the 'Tools' menu IE reports that the site cannot be found. The right click normal route still works."I will look into this........A user has also reported:
"The toolbar Appeared on my computer to be disabled by the install of XP service pack 2. Am I alone? "Then they wrote again:
"Re-installed with the latest version fixed the problem. (Was using 1.0 before SP2 upgrade)"So if you are having issues after installing SP2 try uninstalling/re-installing the toolbar.
This function is currently javascript based and i have noticed that, since installing the latest windows service packs, the resize functions stop working sometimes. So the toolbar has been updated by JUn so it no longer relies on javascript for this function, which solves the issue. The update will be available next week (about the 3rd of august).
This is an issue with some browser version/operating sytem combinations, it occurs sporadically, we are working on a fix for this. we have implemented a partial fix that reduces the problem, but have not completely sorted it yet....
Many thanks to Jim McPherson who has been helping us with the testing of the dll's
And in the Toolbar (EN 1.0) any button icon (either this one of the CSS or this one of the Structure etc.) appears destroyed, i.e. not as a clear icon, but as a black or white spot. I'm using XP.....
Resource shortage happens in XP if the user has many applications open at once. the toolbar itself uses a small amount of system resources, but if resources are insufficient, drawing of icons will not be able to be done. If you only find this occurs when you only have a few applications running please contact me with details of the error.
" On swedish keyboards the @-sign is produced with the keystroke Alt+2. In other words, it's exactly the same as the shortcut for the resize menu in the toolbar. This means that whenever I enter an email adress in a form field on a web page, the resize menu pops up and hinders me from typing."
A quick fix is to edit the accessibility_toolbar.xml file (open in a text editor), which you will find in the folder you installed the toolbar in.
You can remove or modify the attribute 'Accesskey="2" from the resize button element:<button type="dropdown" caption="Resize" hint="Screen Resolution" Accesskey="2" image="resize.bmp">Note: when you use the toolbar update function the xml file is overwritten.
I am hassling JUn to include a function to disable shortcuts (soon) and am also looking at function customization feature (don't hold your breath for this one)
Thanks Henrik for bringing this issue to my attention.
" When I uncheck View>Toolbars>Google, it is the Accessibility Toolbar that vanishes from sight, and when I uncheck View>Toolbars>Accessibility Toolbar, it is the Google toolbar that disappears from view!"
This appears to be a general problem with the ie toolbar menu. Google has a simple fix for it (worked for me!). Thanks to Walter for bringing it to my attention.
A user has encountered this problem:"When I right click on IE's toolbar, "Accessibility Toolbar" shows 3times.I tried uninstalling and reinstalling, but it doesn't remove theextra 'Accessibility Toolbar' choices."
I think this problem is because the ie registration system is a bit flaky (easy to blame it on microsoft), I have encountered similar problems with other toolbars / explorer bars. There are several free /shareware utilities out there, that may help you to remove such annoyances (see the links below), you can also try editing the registry yourself (not recommended unless you know what you are doing)
Thanks to Sam for pointing this issue out.
The reason these features have not been documented are that they are features i have incorporated primarily for my own use, i am documenting them now so that if you come across them in unexpectedly you know what they are. I may add others as time goes on....
Upgrade released (EN 1.1) to deal with minor issues reported by users.