View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0002694 | NetSurf | Core-specific | public | 2019-08-11 16:27 | 2019-11-29 20:38 | ||||||||
Reporter | Ben Crowell | ||||||||||||
Assigned To | |||||||||||||
Severity | minor | Reproducibility | always | ||||||||||
Status | acknowledged | Resolution | open | ||||||||||
Platform | OS | linux | OS Version | ||||||||||
Product Version | 3.10 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0002694: feature request: scroll down a page with space bar | ||||||||||||
Description | In other browsers, when the keyboard focus isn't in a text widget, hitting the space bar scrolls down by one page. This would be helpful to have in netsurf. BTW, the "Product Version" field in the bug report form doesn't offer 3.10 as an option, but that's what I'm using (compiled today from git). | ||||||||||||
Tags | No tags attached. | ||||||||||||
Fixed in CI build # | |||||||||||||
Reported in CI build # | |||||||||||||
URL of problem page | |||||||||||||
Attached Files |
|
Notes | |
kinnison (administrator) 2019-11-29 20:38 |
To do this properly, and we would like to, the right thing is to move all of the up/down/left/right/pgup/pgdown/home/end stuff into browser_window rather than having it handled in the frontends as it currently is. In doing this, `browser_window_key_pres()` should move out of `desktop/textinput.c` and into `desktop/browser_window.c" |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-08-11 16:27 | Ben Crowell | New Issue | |
2019-08-11 16:41 | Vincent Sanders | Product Version | 3.9 => 3.10 |
2019-08-11 16:41 | Vincent Sanders | Description Updated | View Revisions |
2019-10-21 09:42 | Vincent Sanders | Status | new => acknowledged |
2019-10-21 09:42 | Vincent Sanders | Category | Layout => Core-specific |
2019-11-29 20:38 | kinnison | Note Added: 0002137 |