-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Its important to tell users who visit a site that needs JS to work, that some things like for example an order form doesn't work properly without JS.
You do this by detecting if JS is activated, and display for example warning if its not.
I make sure to always do this.
The standardized way to detecting this, is by using the -tag.
However, when you disable JS with THIS adddon, the content in noscript-tag is NOT displayed.
So its being done wrong somehow.
This can lead some some very difficult to diagnose errors, where for example users claim they have submitted something, because that clicked submit, and the page just reloaded.
As a developer, I have to give this addon a fail-review because of this.
Metadata
Metadata
Assignees
Labels
No labels