Closed
Bug 2233
Opened 26 years ago
Closed 25 years ago
[PP]Jan22:Linux: Clicking on text field loads new url
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: akkzilla, Assigned: ramiro)
References
()
Details
Go to http://www.yahoo.com. Click in the text field. On the Linux viewer, this
immediately takes you to another url (sometimes http://www.yahoo.com/r/wn,
sometimes http://mail.yahoo.com). On win32, you can type something in and do a
search.
Sujay, could you please check this with latest Linux build. I heard yahoo isn't
even loading at all...let alone this problem. Thanks!
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
I'll probably need gdb help to debug this. I'll come bug this Linux guys
Monday.
this still happens on 1/22 build of Linux.
clicking in text field doesn't work and behaves sometimes
like described below...
Hardware: PC → Other
Summary: [PP] Linux: Clicking on text field loads new url → [PP]Jan22:Linux: Clicking on text field loads new url
Reporter | ||
Comment 5•26 years ago
|
||
When I try it in my development build, I no longer see this behavior. Of
course, I can't search because the submit button doesn't work.
Comment 7•26 years ago
|
||
Okay, we have a slightly better idea what this is doing. The events
coordinates are not matching up with the text field. They're hitting the image
at the top of the page. That's why it doesn't always happen. Clicking on the
left edge of the field doesn't do it, clicking on the right does. First pass
testing doesn't indicate where the coordinate problem is occurring.
Continuing testing.
Comment 10•26 years ago
|
||
sujay - can you try this one with latest Linux build.
Comment 11•26 years ago
|
||
sure will get to this in next build...
Comment 12•26 years ago
|
||
yes still happens in 3/2 build..
Updated•26 years ago
|
Target Milestone: M4 → M5
Comment 13•26 years ago
|
||
We have a potential fix but still has some stability problems. Currently this
bug is annoying but can usually be worked around. Postponing fix to M5 rather
than introduce fatal error.
Updated•25 years ago
|
Assignee: joki → ramiro
Status: ASSIGNED → NEW
Comment 14•25 years ago
|
||
Ramiro, I'm going to send this your way since I'm going to be out for the next
week and a half. Perhaps your widget changes will just fix this anyway. But
basically the problem was that the text widget isn't handling its own mouse
events and as a result those mouse events are coming in through the parent
widget but with child widget coords. The net effect was that a click 10
pixels into the text field translated in the layout system to a click 10 pixels
into the doc. We had a potential fix that involved registering
handle_button_press_event and release_event for the text widget but I notice
those function are now gone out of nsGtkEventHandler. If this is still broken
when I get back after M5 I'll look at it more.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 15•25 years ago
|
||
i know this problem well, and my coming event system fixes will address this.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M5 → M6
Comment 16•25 years ago
|
||
i dont think this happens anymore with some changes i checked in to prevent gtk
events from percolating to the parent.
however, i have some more fixes in this area.
marking m6 to get out of the radar, but it might actually be fixed for m5.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 17•25 years ago
|
||
yes, i fixed this in m5.
marking fixed.
Comment 18•25 years ago
|
||
verified in 5/12 build.
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
•