Search found 3 matches

by theedgeofoblivious
Sun Sep 17, 2023 9:49 am
Forum: NoScript Development
Topic: Feature Request: "Form may not submit without javascript enabled" alert at the top of pages with javascript-based forms
Replies: 5
Views: 15485

Re: Feature Request: "Form may not submit without javascript enabled" alert at the top of pages with javascript-based fo

I am familiar with the "creating a web page and using javascript and working with the DOM and javascript" part of things. I actually have pretty extensive familiarity with that, and adding event listeners both within the HTML itself and from within javascript. I've worked with web developm...
by theedgeofoblivious
Sun Sep 17, 2023 8:37 am
Forum: NoScript Development
Topic: Feature Request: "Form may not submit without javascript enabled" alert at the top of pages with javascript-based forms
Replies: 5
Views: 15485

Re: Feature Request: "Form may not submit without javascript enabled" alert at the top of pages with javascript-based fo

Wouldn't it be possible to look at the EventListeners for a given form and/or the submit buttons(or other buttons as well) within the form? It wouldn't even necessarily need to be an onsubmit, just the presence of any kind of eventListener would be an indication that the form might rely on javascrip...
by theedgeofoblivious
Sun Sep 17, 2023 3:52 am
Forum: NoScript Development
Topic: Feature Request: "Form may not submit without javascript enabled" alert at the top of pages with javascript-based forms
Replies: 5
Views: 15485

Feature Request: "Form may not submit without javascript enabled" alert at the top of pages with javascript-based forms

Spending 5 minutes, 15 minutes, 45 minutes filling out a form and then realizing that it won't submit without javascript enabled is SO frustrating, because we have to fill it out again. I am colorblind, and can barely see changes to the icon in the menu bar unless I'm looking right at it. If it woul...