Closed
Bug 2091
Opened 26 years ago
Closed 26 years ago
[PP] Unable to click on links
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
M2
People
(Reporter: slamm, Assigned: joki)
References
()
Details
Most links cannot be followed. Yahoo has a few at the top that can be followed.
Interestingly, those links are underlined properly with all others are not. The
links do update the status text on mouse over.
Build stats:
----------------------------------------------------
Linux: The test platform.
Windows: The benchmark platform.
Both builds from 12-29-98.
Linux Red Hat 5.2
egcs-2.90.29 980515 (egcs-1.0.3 release)
gtk+-1.1.9
ramiro's nspr rpm with pthreads
../mozilla/configure --enable-debug --with-pthreads
16-bit display
Comment 1•26 years ago
|
||
Tom, I see this too on the jan_4 build. any ideas on what is going on?
Reporter | ||
Comment 3•26 years ago
|
||
Here's a comment pavlov added to bug #2192:
This is due to the event being called from
nsGtkEventHandler.cpp in the widget code apparently being called with the wrong
buttons or such.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
So Akkana and I found a line missing in the GTK mousedown event passing. Looks
like it was really just that simple. She's checking it in, I'm marking this
one fixed.
Comment 7•26 years ago
|
||
YEEESSSSSS!
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
•