PageUp/Down keys not working in Gmail compose textbox
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
People
(Reporter: botond, Unassigned)
Details
(Keywords: webcompat:site-wait, Whiteboard: [sitewait])
STR:
- Compose a long email or reply to a long email in Gmail.
- With the cursor in the compose textbox, press PageUp or PageDown.
Expected results:
The cursor moves up or down by a page.
Actual results:
Nothing happens.
Comment 1•7 years ago
|
||
I cannot reproduce the symptom on Mac and Windows.
Could you provide the firefox version and which platform?
| Reporter | ||
Comment 2•7 years ago
|
||
I'm running a recent nightly on Linux. I checked again today and confirmed the issue still occurs.
I reproduced only in the editor for replay, but not only on Linux.
botond:
What do you see keyCode value and key value of keydown event when you press PageDown and PageUp in the testsuite?
| Reporter | ||
Comment 5•7 years ago
|
||
(In reply to Masayuki Nakano [:masayuki] (JST, +0900)(Sick, maybe slow response) from comment #4)
botond:
What do you see
keyCodevalue andkeyvalue ofkeydownevent when you pressPageDownandPageUpin the testsuite?
For PageDown: keyCode=34 and key=PageDown
For PageUp: keyCode=33 and key=PageUp
Okay, then, this shouldn't be our bug. We need to compare with Chrome/Chromium's behavior, and if different, we need to contact Google.
| Reporter | ||
Comment 7•7 years ago
•
|
||
(In reply to Alphan Chen [:alchen] from comment #1)
I cannot reproduce the symptom on Mac and Windows.
I just tested a recent Firefox nightly on Windows, and the problem occurs there as well.
| Reporter | ||
Comment 8•7 years ago
|
||
(In reply to Masayuki Nakano [:masayuki] (he/him)(JST, +0900)(Might be slow response) from comment #6)
Okay, then, this shouldn't be our bug. We need to compare with Chrome/Chromium's behavior, and if different, we need to contact Google.
I tested Chromium on Linux, and there it works fine.
Thanks! Mike?
Comment 10•7 years ago
|
||
Thanks, I've sent an email to Google on our partner list.
Comment 11•7 years ago
|
||
PageUp/Down works for me in 68 Nightly on Windows 10. My laptop keyboard uses Fn+UpArrow and Fn+DownArrow keyboard shortcuts instead of dedicated PageUp/Down keys, in case that makes a difference.
Comment 12•7 years ago
|
||
See bug 1547409. Moving webcompat whiteboard tags to keywords.
Updated•3 years ago
|
Description
•