Closed
Bug 38442
Opened 25 years ago
Closed 25 years ago
Scrolling a SELECT widget causes mouse events to bleed through to the page behind it
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
M17
People
(Reporter: sherriffleo, Assigned: rods)
References
()
Details
Attachments
(1 file)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m16) Gecko/20000505
BuildID: 2000050513
When scrolling the SELECT widget using either the thumb or the arrows, it causes
mouse events to bleed through to the page behind it, resulting in selected text
or clicks sent to other widgets on the form.
Reproducible: Always
Steps to Reproduce:
1. Drop down the Component list on the bugform
2. Scroll the Component list
3. Note the text selected when the mouse is moved
4. Click where the drop down arrow of the Platform widget would be if the list
weren't in the way
5. Notice that the Platform widget drops down
Actual Results: Same as noted in the list above
Expected Results: Mouse events should not be going to the page itself, but
handled by the widget and discarded.
Comment 1•25 years ago
|
||
-> HTML Form Controls ... another artefact is that you can do a drag select
of the page contents while the drop-down list is up on screen, resulting in
the attached image.
Assignee: trudelle → rods
Status: UNCONFIRMED → NEW
Component: XP Toolkit/Widgets → HTML Form Controls
Ever confirmed: true
QA Contact: jrgm → ckritzer
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
The behaviour noted in this bug report is windows only.
Linux works correctly.
Mac, though, is not working correctly at all -- the native scrollbar cannot be
dragged, does not respond to onclick on the arrow icons, and does not scroll
with keyboard commands when the mouse is over the list (mozilla 2000050510).
Is this a known problem for Mac?
Comment 4•25 years ago
|
||
the behavior seen by John Morrison is a dup of bug 27661, although the rest of
this appears to be something different.
The behavior I reported was using the grafx scroll bars, but I have since
verified it for the standard Windows scroll bars as well.
Assignee | ||
Comment 6•25 years ago
|
||
may be a dup of 38393
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Assignee | ||
Comment 8•25 years ago
|
||
*** This bug has been marked as a duplicate of 38393 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•