Closed
Bug 609154
Opened 15 years ago
Closed 15 years ago
Mobile submission pages have autocomplete as on
Categories
(Input :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
2.0
People
(Reporter: aakashd, Assigned: wenzel)
Details
Steps to Reproduce:
1. Go to m.input.stage.mozilla.com/happy on the latest fennec beta
2. Enter in some feedback
3. Go to m.input.stage.mozilla.com/happy
4. Tap on the field
Actual Results:
Autocomplete suggestions are enabled on the form assistant for fennec
Expected Results:
We shouldn't be offering suggestions on the mobile submission pages just like on the desktop submission pages.
| Reporter | ||
Updated•15 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → fwenzel
| Assignee | ||
Comment 1•15 years ago
|
||
I cannot reproduce this: Both forms have autocomplete=off set. However, I did write a unit test for this: http://github.com/fwenzel/reporter/commit/bced1a9
Devs: Also note that you can specifically test the mobile site now by doing this:
self.client.get('/somewhere', SITE_ID=settings.MOBILE_SITE_ID)
PS: If this is reproducible on Fennec, it might be a client bug.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Updated•14 years ago
|
Component: Input → General
Product: Webtools → Input
You need to log in
before you can comment on or make changes to this bug.
Description
•