Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSubmit: warn user when Javascript is disabled #1039

Closed
jeromecaffaro opened this issue Apr 30, 2014 · 1 comment · Fixed by #2925
Closed

WebSubmit: warn user when Javascript is disabled #1039

jeromecaffaro opened this issue Apr 30, 2014 · 1 comment · Fixed by #2925

Comments

@jeromecaffaro
Copy link
Member

Originally on 2012-05-08

WebSubmit requires to have Javascript enabled on the browser client. While it is hoped that this requirement would be removed (see Savannah ticket 3178), it would be nice in the meantime to display a message to the user when visiting a submission page with Javascript disabled:

<noscript>
  Submissions requires to have Javascript enabled. 
  Please enable Javascript on your browser in order to submit.
</noscript>
@jirikuncar
Copy link
Member

For Invenio 2.x we should display warning on top of every page if JavaScript is disabled.

<noscript>
  <div class="alert">
     Submissions requires to have Javascript enabled. 
     Please enable Javascript on your browser in order to submit.
  </div>
</noscript>

@jirikuncar jirikuncar added this to the v2.0.2 milestone Mar 23, 2015
@jirikuncar jirikuncar assigned hachreak and jirikuncar and unassigned hachreak Mar 23, 2015
@jirikuncar jirikuncar modified the milestones: v2.1, v2.0.2 Mar 24, 2015
jirikuncar added a commit to jirikuncar/invenio that referenced this issue Mar 24, 2015
* NEW Adds 'noscript' block to page template to warn users with disabled
  JavaScript on their browser.  (closes inveniosoftware#1039)

Signed-off-by: Jiri Kuncar <[email protected]>
jirikuncar added a commit to jirikuncar/invenio that referenced this issue Mar 24, 2015
* NEW Adds 'noscript' block to the page template to warn users with
  disabled JavaScript on their browser.  (closes inveniosoftware#1039)

Signed-off-by: Jiri Kuncar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants