Opened 18 months ago
Closed 18 months ago
#34617 closed Bug (fixed)
Ensures <meta name="viewport"> does not disable text scaling and zooming
Reported by: | Cheuk Ting Ho | Owned by: | Cheuk Ting Ho |
---|---|---|---|
Component: | contrib.admin | Version: | 4.2 |
Severity: | Normal | Keywords: | accessibility |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
Currently the setting at admin template: meta name="viewport"
has set content="user-scalable=no
and maximum-scale=1.0
which limits user zooming and scaling. We need to remove it.
Change History (4)
comment:1 by , 18 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 18 months ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 18 months ago
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/16914