Closed
Bug 32311
Opened 26 years ago
Closed 26 years ago
highlight of text when scrolling dropdown box
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: sitsofe, Assigned: blizzard)
References
()
Details
Steps to reproduce:
1. Visit http://www.city.net/
2. Click on the dropdown box at the top right (Excite Home) and try to drag
scroll down.
Expected:
List to move down.
Result:
List moves down but text to the left is hightlighted.
Build: 2000031708 Linux
This is new, I think this is related to blizzards scrollbar fix where one could
not scroll the list. Chris could you take a look at this?
Assignee: waqar → blizzard
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•26 years ago
|
||
Fix checked in. The problem was that we were getting motion_notify signals on
the window because we were listening for the motion_notify signals on the
scrollbar. The event would be rewritten to the window that the mouse was over (
the content area ) and we would start selecting text. We don't listen for
motion_notify signals on the scrollbar anymore.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•26 years ago
|
||
Please ignore the spam. Changing address.
Assignee: blizzard → blizzard
Status: RESOLVED → NEW
| Assignee | ||
Comment 5•26 years ago
|
||
bustage from my reassign
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
You need to log in
before you can comment on or make changes to this bug.
Description
•