-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scryfall.com - letters appear in wrong order, or don't appear when using advanced search #47822
Comments
Thank you for the report, @BrandonWade. Regarding the first issue, I am not able to reproduce it. I am redirected directly to the "Shadow" search result page. However, I am indeed able to reproduce the second issue. Tested with: This is the web page displayed in Firefox Preview Nightly when I try to type the word "Secret": And this is the web page displayed in Chrome: Moving to needsdiagnosis. |
Thanks for testing it out! Interestingly enough, I can't reproduce the first issue on Fennec 68.0b5 (Fennec Beta). It's possible my Fennec Nightly profile got corrupted somehow or something... |
Note: this site is using this jQuery widget: https://github.com/select2/select2 |
this is still happening but only on fenix preview nightly. with a break on focus events ve.focusin || we.each({
focus: 'focusin',
blur: 'focusout'
}, function (e, t) {
var n = function (e) {
we.event.simulate(t, e.target, we.event.fix(e))
}; and the keyboard disappears. eventually it makes its way to we.Event = function (e, t) {
if (!(this instanceof we.Event)) return new we.Event(e, t);
e && e.type ? (this.originalEvent = e, this.type = e.type, this.isDefaultPrevented = e.defaultPrevented || void 0 === e.defaultPrevented && !1 === e.returnValue ? S : A, this.target = e.target && 3 === e.target.nodeType ? e.target.parentNode : e.target, this.currentTarget = e.currentTarget, this.relatedTarget = e.relatedTarget) : this.type = e,
t && we.extend(this, t),
this.timeStamp = e && e.timeStamp || Date.now(),
this[we.expando] = !0
}, then the keyboard will reappear. if I just log focus
|
let's try to record more events.
I get some weird deletecontent backward and some insertcompositiontext @makotokato would you have a hint on what to do here? |
I guess that this is GeckoView bug. When text suggestion on IME is enabled, this will occur. JavaScript on Web site will update input.value, then Gecko commits IME text. But it causes a mismatch of caret position for IME and Gecko. So this won't occurs when GBaord (and any IMEs) turns off text suggestion. |
Close as duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1633621 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue at https://webcompat.com/issues/new if you are experiencing a similar problem. |
URL: https://scryfall.com/
Browser / Version: Firefox 74.0a1 (Fenix)
Operating System: Android 9
Tested Another Browser: Yes Chrome
Problem type: Site is not usable
Description: Unable to type
Steps to Reproduce:
Browser Versions:
Prerequisites:
Steps to Reproduce:
Notes:
Prerequisites:
Steps to Reproduce:
Notes:
Screenshot
Browser Configuration
View console log messages
From webcompat.com with ❤️
The text was updated successfully, but these errors were encountered: