Skip to content

Doesnt trigger <noscript> #3

@MatsSvensson

Description

@MatsSvensson

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions