View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002170 | NetSurf | RISC OS-specific | public | 2014-07-13 08:44 | 2016-02-16 14:03 | ||||
Reporter | Sprow | ||||||||
Assigned To | |||||||||
Severity | minor | Reproducibility | always | ||||||
Status | closed | Resolution | fixed | ||||||
Product Version | 3.1 | ||||||||
Target Version | Fixed in Version | 3.4 | |||||||
Summary | 0002170: When hovered over a link closing the window leaves the wrong mouse pointer shape | ||||||||
Description | Hovered over a link you get ptr_point as expected, but if Netsurf's window is then closed using a keyboard shortcut (Ctrl-F2) the mouse pointer shape remains that shape. It should change back to ptr_default. | ||||||||
Steps To Reproduce | Hover over a link, close the window using the keyboard. | ||||||||
Additional Information | Fixed in or just before CI #3362. I resubmitted the patch because the line numbers had changed slightly. | ||||||||
Tags | No tags attached. | ||||||||
Fixed in CI build # | |||||||||
Reported in CI build # | |||||||||
URL of problem page | |||||||||
Attached Files |
|
Notes | |
Sprow (reporter) 2015-08-13 08:39 |
Having dug into this a bit more, it seems that the Wimp doesn't send a Pointer Leaving Window reason code when the window has been deleted underneath the pointer, so ro_gui_window_track_end() never gets called when the browser is closed with Ctrl-F2. Patch manually calls the gui_window_set_pointer() function. |
Vincent Sanders (administrator) 2016-02-16 14:03 |
Confirmed fixed in 3.4 release |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-07-13 08:44 | Sprow | New Issue | |
2014-07-13 22:02 | Vincent Sanders | Assigned To | => Steve Fryatt |
2014-07-13 22:02 | Vincent Sanders | Status | new => acknowledged |
2015-08-13 08:34 | Sprow | File Added: window.patch | |
2015-08-13 08:39 | Sprow | Note Added: 0000901 | |
2015-10-31 21:57 | Vincent Sanders | Assigned To | Steve Fryatt => |
2016-02-07 22:26 | Dave Higton | Status | acknowledged => resolved |
2016-02-07 22:26 | Dave Higton | Resolution | open => fixed |
2016-02-07 22:26 | Dave Higton | Fixed in Version | => 3.4 |
2016-02-07 22:26 | Dave Higton | Additional Information Updated | View Revisions |
2016-02-16 14:03 | Vincent Sanders | Note Added: 0001227 | |
2016-02-16 14:03 | Vincent Sanders | Status | resolved => closed |