Closed
Bug 197230
Opened 22 years ago
Closed 22 years ago
cmd-opt drag-scrolling doesn't set focus to content area
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mikepinkerton, Assigned: nathan)
Details
Attachments
(1 file)
710 bytes,
patch
|
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
follow-on bug to 150297.
- put cursor in urlbar so it has focus
- cmd-opt click in content area to scroll
- hit spacebar
expected:
- gecko should now have the focus because you clicked in the content area so the
spacebar should scroll by a screenful.
actual:
- nothing has focus, not even the url bar. a click in the content area fixes it,
but we shouldn't ever get into a situation where nothing really has focus.
Assignee | ||
Comment 1•22 years ago
|
||
Patches nsChildView.mm mouseDown to call becomeFirstResponder so that the view
will receive focus when handscroll is used.
Assignee | ||
Updated•22 years ago
|
Attachment #117157 -
Flags: review?(pinkerton)
Updated•22 years ago
|
Attachment #117157 -
Flags: superreview+
Reporter | ||
Comment 2•22 years ago
|
||
landed. r=pink.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•22 years ago
|
||
actually, i changed it to call [super mouseDown:theEvent] which takes care of
the makeFirstResponder on its own.
Reporter | ||
Updated•22 years ago
|
Attachment #117157 -
Flags: review?(pinkerton)
You need to log in
before you can comment on or make changes to this bug.
Description
•