Closed
Bug 293565
Opened 20 years ago
Closed 20 years ago
wrong keyup event is caught
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 112298
People
(Reporter: nian.liu, Unassigned)
Details
Attachments
(1 file)
|
603 bytes,
text/html
|
Details |
1.run test case 2.press any key in textbox 3.after alert box shows, press return 4.old alert box closes, and a new alert box shows GTK2 based only.
| Reporter | ||
Comment 1•20 years ago
|
||
the reason is that key_release_event_cb still dispatch key_up event as the widget still exists.
| Reporter | ||
Updated•20 years ago
|
Component: General → Widget: Gtk
Product: Firefox → Core
Version: unspecified → Trunk
| Reporter | ||
Comment 2•20 years ago
|
||
correction: based on both GTK and GTK2
Comment 3•20 years ago
|
||
> 1.run test case
what testcase?| Reporter | ||
Comment 4•20 years ago
|
||
Comment 5•20 years ago
|
||
that sounds like bug 112298. are you sure this is linux only?
| Reporter | ||
Comment 6•20 years ago
|
||
I'd been thought that this caused by event translation from GTK to Mozilla. Tested on windows platform, exists too. *** This bug has been marked as a duplicate of 112298 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•