Closed
Bug 680496
Opened 13 years ago
Closed 13 years ago
Tapping jobvite.com password field does not focus the field or display the on-screen keyboard
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox5 unaffected, firefox6 wontfix, firefox7 affected, firefox8 affected)
RESOLVED
DUPLICATE
of bug 669995
Tracking | Status | |
---|---|---|
firefox5 | --- | unaffected |
firefox6 | --- | wontfix |
firefox7 | --- | affected |
firefox8 | --- | affected |
People
(Reporter: tchung, Assigned: mbrubeck)
References
()
Details
(Keywords: regression)
This seems to have regressed going from Firefox 5 to Firefox 6. The cursor focus does not stick in the password field in the URL.
Possible regression of bug 532738
See source file of page: http://pastebin.mozilla.org/1304605
Repro:
1) install Firefox 6 mobile, Nexus S
2) visit URL
3) tap cursor in the password field
4) Verify cursor has no focus and doesnt stick
5) This works on Firefox 5.
Expected"
- password field cursor sticks
Actual:
- no cursor focus
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Comment 1•13 years ago
|
||
(In reply to Tony Chung [:tchung] from comment #0)
> This seems to have regressed going from Firefox 5 to Firefox 6. The cursor
> focus does not stick in the password field in the URL.
>
What i meant to say is the cursor does not stay focused when the user taps the password field. No VKB appears so user can't type.
Assignee | ||
Comment 2•13 years ago
|
||
https://hire.jobvite.com/watermarkscript.js included on that page detects focus on one element and shifts it to another. I am guessing that we deliberately suppress the keyboard on the newly-focused field because of bug 532738.
One solution would be to back out bug 532738 or pref it off (content.ime.strict_policy = false).
Another solution (maybe longer-term?) would be to modify the code 532738 to allow the keyboard to appear if the untrusted focus happens within the context of a user input event like a click (similar to our rules for pop-up blocking). I don't know what this would require.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → mbrubeck
status-firefox5:
--- → unaffected
status-firefox6:
--- → wontfix
status-firefox7:
--- → affected
status-firefox8:
--- → affected
OS: Android → All
Assignee | ||
Updated•13 years ago
|
Summary: no cursor focus on password field → Tapping jobvite.com password field does not focus the field or display the on-screen keyboard
Assignee | ||
Comment 3•13 years ago
|
||
Marking as duplicate of bug 669995 because the underlying cause is the same.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•