Closed
Bug 29582
Opened 25 years ago
Closed 25 years ago
keyboard scrolling/shortcuts fails after bringing up context menu in textfield
Categories
(Core :: XUL, defect, P1)
Core
XUL
Tracking
()
M14
People
(Reporter: bugzilla, Assigned: saari)
References
()
Details
(Keywords: regression, Whiteboard: [NEED INFO])
found this while using today's opt comm bits [2000022808] on winNT, linux and
mac. not sure if the failure is limited only to bringing up the context menu in
a text field, but anyhow...
1. go to the above url (or any url that has an input textfield).
2. click in the "Show mozilla bug no." textfield.
3. right-mouse click to bring up the context menu (which appears).
4. click elsewhere within the page to dismiss the context menu.
5. try to scroll [vertically] using Page Up, Page Down, up or down arrow keys,
or the spacebar.
result: cannot scroll vertically.
6. reload the page.
7. repeat step 5.
result: still unable to scroll --thus i don't think this is a dup of bug 26658,
but either a new bug or a regression of bug 23401. console out (from linux)
below; the errors re: gdkwindow.c occurred at step 4 above.
Document http://bugzilla.mozilla.org/ loaded successfully
Document: Done (0.762 secs)
Mouse down
Mouse down
Mouse down
Mouse down
Mouse down
X Pos: 20
Y Pos: 8
X Pos: 0
Y Pos: 0
Gdk-CRITICAL **: file gdkwindow.c: line 1479 (gdk_window_get_origin): assertion
`window != NULL' failed.
Gdk-CRITICAL **: file gdkwindow.c: line 1390 (gdk_window_get_size): assertion
`window != NULL' failed.
Mouse down
Mouse down
Reporter | ||
Comment 1•25 years ago
|
||
nominating for beta1...probable regression?
Keywords: beta1,
regression
QA Contact: paulmac → sairuh
Reporter | ||
Comment 2•25 years ago
|
||
noticed some other behavior which may or may not be related to this bug:
although scrolling w/keyboard fails, i shouldn't think that other keyboard
controls should fail... but they do!
eg, within the same session i try to do ctrl/cmd+L, and instead of opening the
Open Web Location, all of the content in the page is selected. on linux, tho',
Alt+L simply does nothing. other common shortcuts like ctrl/cmd/alt+O, +W, +Q
simply do nothing...
pls let me know if am touching upon separate bugs here.
Severity: major → critical
Summary: keyboard scrolling fails after bringing up context menu in textfield → keyboard scrolling/shortcuts fails after bringing up context menu in textfield
Comment 3•25 years ago
|
||
saari: Can you comment on the this bug? Risks? rewards? reproducible?
Thanks,
Whiteboard: [NEED INFO]
Assignee | ||
Comment 4•25 years ago
|
||
All key events are being eaten after bringing up a content menu. This is a bad
regression, and should be fixed for beta.
Hyatt, is this a dup of something you have already?
Status: NEW → ASSIGNED
Target Milestone: M14
Assignee | ||
Comment 7•25 years ago
|
||
Yeah, its a dup.
*** This bug has been marked as a duplicate of 27827 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: bugzilla → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•