Closed
Bug 741831
Opened 13 years ago
Closed 13 years ago
Readonly text inputs can trigger form autocomplete popups
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox14 verified, firefox15 verified, blocking-fennec1.0 soft)
VERIFIED
FIXED
Firefox 14
People
(Reporter: martijn.martijn, Assigned: Margaret)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
|
677 bytes,
text/html
|
Details | |
|
1.18 KB,
patch
|
mfinkle
:
review+
mfinkle
:
approval-mozilla-central+
|
Details | Diff | Splinter Review |
See testcase, the text inputs that you see on that page are readonly, so form autocomplete popups shouldn't appear when you focus them.
But in current trunk build, I do get form autocomplete popups when tapping on the inputs.
Updated•13 years ago
|
blocking-fennec1.0: --- → ?
Noming just to make sure we didn't miss something serious. Don't think it's a blocker, but maybe dev might think otherwise.
| Assignee | ||
Comment 2•13 years ago
|
||
Is this also a problem with XUL fennec?
| Reporter | ||
Comment 3•13 years ago
|
||
It doesn't seem to be a problem in XUL Fennec.
Perhaps here, we need a check for readonly?
http://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/browser.js#3061
| Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Martijn Wargers [:mw22] (QA - IRC nick: mw22) from comment #3)
> It doesn't seem to be a problem in XUL Fennec.
> Perhaps here, we need a check for readonly?
> http://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/
> browser.js#3061
XUL fennec has a similar _isAutocomplete function [1], but it doesn't have a check for readonly. I can't figure out exactly where that check is happening in XUL fennec
However, that seems like a good place for us to check in native fennec.
[1] http://mxr.mozilla.org/mozilla-central/source/mobile/xul/chrome/content/forms.js#579
Updated•13 years ago
|
blocking-fennec1.0: ? → soft
Updated•13 years ago
|
Assignee: nobody → margaret.leibovic
| Assignee | ||
Comment 5•13 years ago
|
||
Attachment #617060 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #617060 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 617060 [details] [diff] [review]
patch
[Approval Request Comment]
Please see https://wiki.mozilla.org/Tree_Rules for information on mozilla-central landings that do not require approval.
Possible risk to Fennec Native 14 (if any): very low-risk change that only affects form autocomplete (prevents suggestions from being shown on readonly inputs)
Attachment #617060 -
Flags: approval-mozilla-central?
Updated•13 years ago
|
Attachment #617060 -
Flags: approval-mozilla-central? → approval-mozilla-central+
| Assignee | ||
Comment 7•13 years ago
|
||
Target Milestone: --- → Firefox 14
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 9•13 years ago
|
||
Form autocomplete popups are not triggered on the latest Nightly and Aurora builds. Closing bug as verified fixed on:
Firefox 15.0a1 (2012-05-28)
Firefox 14.0a2 (2012-05-28)
Device: Galaxy Nexus
OS: Android 4.0.2
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•