Closed
Bug 961460
Opened 9 years ago
Closed 7 years ago
Cannot enter username on UK National Lottery site
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ian.northwood, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release) Build ID: 20131205075310 Steps to reproduce: - Go to www.national-lottery.co.uk - Select the 'username' text-box - Try to enter a username Actual results: The page refreshes entirely. The problem does NOT occur with the password field! Expected results: The on-screen keyboard should appear.
Reporter | ||
Updated•9 years ago
|
Comment 1•9 years ago
|
||
Unfortunately, there's a site-restriction on accessing the sign-in from outside the UK (I'm in Canada). CC'ing Lucas or Chris to maybe take a look here to see if they can reproduce the issue.
No longer blocks: 961463
Reporter | ||
Comment 2•9 years ago
|
||
Correction: The page doesn't refresh. It looks more like the keyboard tries to pop up but is blocked somehow. Additional info: This is FF v24 on a Samsung Galaxy S4 with Android 4.3 using the Google keyboard v1.1.1881.801980
Comment 3•9 years ago
|
||
Yes, I can't test this either. Maybe Chris Mills can?
Comment 4•9 years ago
|
||
I'm happy to test it; I've got a Samsung Galaxy S3 with 4.3 on it. Where do I download previous builds? ;-)
Comment 5•9 years ago
|
||
ftp://ftp.mozilla.org/pub/mobile/nightly/ or if you have a python setup https://github.com/mozilla/mozregression though Mozregression uninstalls nightly so your Nightly Firefox profile will be deleted if you use that branch.
Comment 6•9 years ago
|
||
Thanks Kevin. So how do I know which one is version 24? Sorry for the n00b questions.
Comment 7•9 years ago
|
||
Check against https://wiki.mozilla.org/RapidRelease/Calendar nightly column. Though we don't know which release it may have regressed. Checking release or beta builds 14 - 30 at ftp://ftp.mozilla.org/pub/mobile/releases/ is a good way to narrow the scope.
Reporter | ||
Comment 8•9 years ago
|
||
This page produces a similar response: the keyboard pops up then immediately disappears http://m.johnlewis.com/mt/www.johnlewis.com/#page_loaded
Comment 9•9 years ago
|
||
This is the code that breaks johnlewis.com: var b = d('*:focus'), g = window.innerHeight + 200, j = (new Date) .getTime(); u ? (clearInterval(u), u = null) : (h = !1, b.length && !l.isIE10 && (l.isAndroid2 ? setTimeout(function () { b[0].focus() }, 300) : (b[0].blur(), setTimeout(function () { h = !0 }, 300))), d('body') .css({ 'min-height': g + 'px' }), !l.isAndroid2 && !l.isIE10 && window.scrollTo(0, 1), u = setInterval(function () { var b = (new Date) .getTime(); if (parseInt(document.body.clientHeight) >= g && 0 < document.body.scrollTop || 1000 < b - j) clearInterval(u), u = null, l.isAndroid || l.isIE10 ? setTimeout(q, 300) : q() }, 100)) in a file named ufx.js Comments say "Copyright Usablenet Inc. 2012-2013 @author Marco Brondani" I haven't seen this ufx code before, I think - it might by coincidence also run on the lottery site, but we shouldn't bet on it. You could try to use developer tools' debugger's search feature :-)
Comment 11•8 years ago
|
||
The johnlewis.com problem now tracked in bug 1139747
Comment 12•7 years ago
|
||
(In reply to Ian Northwood from comment #8) > This page produces a similar response: the keyboard pops up then immediately > disappears > http://m.johnlewis.com/mt/www.johnlewis.com/#page_loaded I founded the same problem here https://www.lavishshoestring.com when i want to checkout in basket. this problem only in mozilla.
Comment 13•7 years ago
|
||
(In reply to lotosmerega from comment #12) > I founded the same problem here https://www.lavishshoestring.com > when i want to checkout in basket. Hi, where exactly do you see this problem? I added a random item to the shopping basket and filled out name and address without issues. Tested in Firefox release on Windows.
Reporter | ||
Comment 14•7 years ago
|
||
[cough] [quote]Additional info: This is FF v24 on a Samsung Galaxy S4 with Android 4.3 using the Google keyboard v1.1.1881.801980[unquote]
Comment 15•7 years ago
|
||
Testing Firefox 50 (Nightly) on a Samsung Galaxy J5, this seems to work fine now.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Comment hidden (spam) |
Updated•6 years ago
|
Restrict Comments: true
Assignee | ||
Updated•2 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
•