Closed
Bug 9934
Opened 26 years ago
Closed 25 years ago
text selection doesn't work with xlib widgets
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: blizzard, Assigned: blizzard)
Details
(Keywords: verifyme)
Text selection doesn't work with xlib only widgets. This is probably because we
aren't tracking drag events with mouse with the button down. To make this work
you need to add the event mask to the windows created in the widgets and you
have to add a handler to nsAppShell.cpp. You will also have to add a handler in
the nsWidget class to dispatch the event to a listener.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Ramiro has fixed this.
Assignee | ||
Comment 2•25 years ago
|
||
Please ignore the spam. Changing address.
Assignee: blizzard → blizzard
Status: RESOLVED → NEW
Assignee | ||
Comment 3•25 years ago
|
||
bustage from my reassign
Status: NEW → RESOLVED
Closed: 26 years ago → 25 years ago
Comment 4•25 years ago
|
||
Mass update: changing qacontact to ckritzer@netscape.com
QA Contact: janc → ckritzer
Comment 6•24 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•