Closed Bug 1427844 Opened 6 years ago Closed 6 years ago

Warn Users When JavaScript Is Disabled

Categories

(bugzilla.mozilla.org :: User Interface, defect, P3)

Production
defect

Tracking

()

RESOLVED FIXED

People

(Reporter: david, Unassigned, Mentored)

References

Details

(Keywords: good-first-bug)

Bugzilla's capabilities are severely impaired if a user disables JavaScript.  Other Web-based applications detect when JavaScript is disabled and warn the user.  Bugzilla should do the same.
Assignee: ui → nobody
Product: Bugzilla → bugzilla.mozilla.org
QA Contact: default-qa
Version: unspecified → Production
If there's a template used in every page, then we can add a <noscript> block there with an advisory that BMO requires JavaScript.
Severity: enhancement → normal
Keywords: good-first-bug
Priority: -- → P3
Is this assigned to someone? I want to work on this as my first bug?
(In reply to Hritvi Bhandari from comment #2)
> Is this assigned to someone? I want to work on this as my first bug?

Please follow the directions at https://github.com/mozilla-bteam/bmo#using-vagrant-for-development, submit a pull request to that repo. use "bug 1427844 add noscript warning" as the title of your PR, and create a text-only attachment to this bug with the link to the PR.
Mentor: kohei.yoshino
Thanks, @Emma. 
I am getting an error while running vagrant up. Could you please help me in setting up the repo. I tried googling but could not find any apt answer.


> fatal: [db]: FAILED! => {"changed": true, "cmd": "ntpdate pool.ntp.org", "delta": "0:00:04.746323", "end": "2018-08-31 01:20:59.586065", "msg": "non-zero return code", "rc": 1, "start": "2018-08-31 01:20:54.839742", "stderr": "31 Aug 01:20:59 ntpdate[5002]: no server suitable for synchronization found", "stderr_lines": ["31 Aug 01:20:59 ntpdate[5002]: no server suitable for synchronization found"], "stdout": "", "stdout_lines": []}
	to retry, use: --limit @/vagrant/vagrant_support/playbook.retry

PLAY RECAP *********************************************************************
db                         : ok=15   changed=11   unreachable=0    failed=1   

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
Flags: needinfo?(kohei.yoshino)
Flags: needinfo?(ehumphries)
Hmm, I have never seen the error. Looks like your machine cannot connect to a Network Time Protocol (NTP) server on the internet due to the firewall or something. A quick search of “no server suitable for synchronization found” finds this page: https://askubuntu.com/q/429306 Have a look.
Flags: needinfo?(kohei.yoshino)
Flags: needinfo?(ehumphries)
Depends on: 1498436
A `<noscript>` message added as part of Bug 1498436.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.