Open
Bug 73493
Opened 24 years ago
Updated 2 years ago
[FIX] after scrolling with mouse, wrong frame has focus
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
NEW
People
(Reporter: caseyperkins, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: access)
Reproducible: Always.
Steps:
1) Go to http://java.sun.com/j2se/1.3/docs/api/index.html, or another similar
framed page.
2) Click a link in the lower left navigation frame. The right side content frame
updates with the requested page.
3) Use the mouse to scroll down in the right frame. (I haven't tested with a
wheel mouse; use the scrollbar).
4) Press the down arrow on the keyboard to scroll down.
Expected behavior:
The right frame, which has just been scrolled using the mouse, should scroll down.
Actual behavior:
The left navigation frame scrolls.
Comment 1•24 years ago
|
||
mmm, focus issue... jrgm/saari, d'you know of an existing bug for this?
confirming --i used http://www.faqs.org/ and saw this too.
Comment 2•24 years ago
|
||
Ooh! A four digit bug ... bug 9086 (this actually isn't exclusive to frames).
Could be duped, or could be kept open and dependent on that bug (we do want
to check that it works for both frames and no-frames scenarios).
Comment 3•24 years ago
|
||
i'll make this dependent. thx for finding that oldie, jrgm!
->aaronl
Comment 4•24 years ago
|
||
Please don't use both dogfood and catfood at the same time, they're mutually
exclusive. Removing dogfood since the workaround is to click in the frame where
you want focus.
Keywords: nsdogfood
Comment 5•24 years ago
|
||
This is basically the same as 9086
-> Saari
Assignee: aaronl → saari
Severity: normal → minor
Priority: -- → P3
Target Milestone: --- → mozilla1.1
Comment 7•20 years ago
|
||
*** Bug 253304 has been marked as a duplicate of this bug. ***
Comment 8•20 years ago
|
||
Taking bug, the patch in bug 9086 also fixes this bug.
Assignee: saari → mats.palmgren
OS: Windows NT → All
Summary: after scrolling with mouse, wrong frame has focus → [FIX] after scrolling with mouse, wrong frame has focus
Target Milestone: Future → ---
Updated•15 years ago
|
QA Contact: bugzilla → events
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Mass-removing myself from cc; search for 12b9dfe4-ece3-40dc-8d23-60e179f64ac1 or any reasonable part thereof, to mass-delete these notifications (and sorry!)
Updated•2 years ago
|
Severity: minor → S4
Comment 10•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: MatsPalmgren_bugz → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•