hypothesis / hypothesis/h

Form field hints are unstyled when JavaScript is disabled

Open
#3,811 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
3.2k
Forks
459
Avg merge
27d 1h
Merged PRs (30d)
1

Description

With JavaScript:

![screenshot from 2016-09-01 14-59-39](https://cloud.githubusercontent.com/assets/22498/18174386/4c0d09e4-7065-11e6-997e-7031f961e02f.png)

(note the vertical empty space between the two form fields is part of the layout), without JavaScript:

![screenshot from 2016-09-01 15-00-14](https://cloud.githubusercontent.com/assets/22498/18174408/61cea04e-7065-11e6-8e1b-5ce1682e80fd.png)

There at least needs to be a vertical gap between the hint message and the next field under it, so that it's clear which field the hint is referring to.

But what I would suggest instead: if the ORCID `` just has a `title` attribute whose value was the hint message, then it would work as a standard HTML tooltip, which would be almost exactly the same as our JavaScript tooltip. Or you could even still include the (i) icon in the no-js version and just put a `title` on it, even more similar.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.