This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 362
TypeError: null is not an object (evaluating 'axs.properties.findTextAlternatives(a, {}).trim') #183
Comments
I'm seeing this as well. Reproducible easily using the downstream
|
ricksbrown
added a commit
to ricksbrown/accessibility-developer-tools
that referenced
this issue
Jul 22, 2015
This is a closure compiler bug - I have put details in the PR comments. I think this highlights the need to run our unit tests against the built/compiled artefact before release. Of course in this particular instance none of the tests would have failed but it's still a good idea. Minification issues are rare, particularly with something as mature and expertly designed as closure compiler but they do happen. |
ricksbrown
added a commit
that referenced
this issue
Jul 25, 2015
Fixes issue #183 Updated changelog and addressed nit.
Closed by PR #188 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a strange error that is thrown when running the CLI against a page that contains:
The error that is thrown is:
We've tried poking around at the source of this issue by removing and changing the
tabindex
property in.modal-basic
. Removingtabindex
, or changing it to a positive value allows CLI to run properly.cc/ @gpleiss, @matt-royal, @stubbornella, @ctaymor
The text was updated successfully, but these errors were encountered: