Closed
Bug 46901
Opened 24 years ago
Closed 24 years ago
using gdk_event_get and gdk_event_put instead of just gdk_event_peek
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: pavlov, Assigned: blizzard)
Details
Attachments
(1 file)
1.23 KB,
patch
|
Details | Diff | Splinter Review |
we're pulling an event out of the queue, then putting it right back in.. it
would be easier to just make a copy of it, leave it in and don't mess with the
list :)
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 3•24 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•24 years ago
|
||
I'm reopening this bug since using gdk_event_peek() apparently breaks DOM key
repeats. ( see bug #14856. )
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 5•24 years ago
|
||
how the hell could that have broken this??
Assignee | ||
Comment 6•24 years ago
|
||
Because gdk_event_peek() returns 0.
Assignee | ||
Comment 7•24 years ago
|
||
Can't do it this way.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•