You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Triage rationale: Input absent sau rezultate de randare greșite raportate; verificați regresia și scenariul activ.
This is an attributed tracking copy, not a locally reproduced or confirmed Graphix defect. Applicability, affected versions and ownership still require validation. No automatic synchronization or resolution is implied. Original descriptions and comments are preserved literally in Markdown code blocks to avoid notifying mentioned users or resolving SDL references against Graphix. Attachments, logs, patches and other linked resources remain at their original URLs; external resource contents and edit/event histories are not copied.
Graphix validation checklist
Read the current upstream issue and discussion.
Establish affected versions/platforms and whether Graphix is affected.
Reproduce the reported behavior and identify the invariant owner.
Implement an ownership-correct fix or document an upstream/external resolution.
Verify regression coverage and applicable platform/runtime gates.
Original description
For example, the `SDL_EVENT_QUIT` event is never triggered (checked with a debugger).
This is the complete stdout after clicking on the `x`:
```INFO: Creating native window for x11 driverX Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 146 () Minor opcode of failed request: 1 Resource id in failed request: 0x1200001 Serial number of failed request: 4303 Current serial number in output stream: 4304```
So we've enabled mouse and keyboard events. The close button still doesn't work though.
@icculus, even if I register the WM protocols, we still don't get ClientMessage events for the window. Can you take a look?
Tracking upstream SDL issue libsdl-org#8111
This is an attributed tracking copy, not a locally reproduced or confirmed Graphix defect. Applicability, affected versions and ownership still require validation. No automatic synchronization or resolution is implied. Original descriptions and comments are preserved literally in Markdown code blocks to avoid notifying mentioned users or resolving SDL references against Graphix. Attachments, logs, patches and other linked resources remain at their original URLs; external resource contents and edit/event histories are not copied.
Graphix validation checklist
Original description
Original discussion (chronological)
Original comment by slouken
Source: libsdl-org#8111 (comment)
Created: 2023-11-08T06:22:29.0000000Z; updated: 2023-11-08T06:22:29.0000000Z; association: COLLABORATOR
Original comment by slouken
Source: libsdl-org#8111 (comment)
Created: 2024-08-04T16:11:00.0000000Z; updated: 2024-08-04T16:11:00.0000000Z; association: COLLABORATOR
So we've enabled mouse and keyboard events. The close button still doesn't work though. @icculus, even if I register the WM protocols, we still don't get ClientMessage events for the window. Can you take a look?Original comment by slouken
Source: libsdl-org#8111 (comment)
Created: 2024-10-06T17:33:38.0000000Z; updated: 2024-10-06T17:33:38.0000000Z; association: COLLABORATOR