Opened 10 years ago
Closed 10 years ago
#23124 closed Cleanup/optimization (fixed)
Add touch support for version chooser in documentation
Reported by: | Christoph Heer | Owned by: | Ola Sitarska |
---|---|---|---|
Component: | *.djangoproject.com | Version: | |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
At the moment it isn't possible to switch between version in the Django documentation on touch devices. The chooser requires a mouse hober event which isn't provided by the most touch devices like iOS devices.
Change History (7)
comment:1 by , 10 years ago
Easy pickings: | unset |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
I'm seeing the same bug in Safari on iOS 7.1 (11D167) and in IE on Windows Phone 8.1.
comment:4 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 10 years ago
I've marked this ticket as especially suitable for people following the Don't be afraid to commit tutorial at the DjangoCon US 2014 sprints.
If you're tackling this ticket, please don't hesitate to ask me for guidance if you'd like any, either at the sprints themselves, or here or on the Django IRC channels, where I can be found as EvilDMP.
Note that the codebase for the Django Project website lives at https://github.com/django/djangoproject.com/
comment:6 by , 10 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
This task is assigned for 5 weeks, but patch is really simple, so I decided to fix this.
comment:7 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
It works for me on Android (4.1.2, Chrome 33.0.1750.132) if I clicked the version number. So it seems the issue is in iOS only (I didn't try it myself).