Closed
Bug 129899
Opened 24 years ago
Closed 17 years ago
Clicking items in DHTML menus doesn't work correctly
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bryner, Unassigned)
References
()
Details
(Keywords: top100, Whiteboard: [need info])
Attachments
(1 file)
|
3.58 KB,
text/plain
|
Details |
Steps to reproduce:
(1) Log into the site using an AOL employee id
(2) Try to select an item from one of the hierarchical menus on the left
Result:
If you actually manage to get to where you're trying to go without the menu
closing (I believe this is a separate bug because it doesn't happen in NS
6.2.1), clicking on an item in the menu does not cause the browser to go to that
section.
Works fine on Mac, likely Linux-specific. Will try to post an example HTML page
demonstrating the problem if possible.
| Reporter | ||
Comment 1•24 years ago
|
||
Nominate for beta1 + dogfood. I'd like to actually be able to use our product.
Tentatively targetting 1.0.
| Reporter | ||
Comment 2•24 years ago
|
||
Forgot to mention, I'm seeing this problem using a current CVS trunk build.
Comment 3•24 years ago
|
||
WFM using NS build 2002030703 on Win2K. These menus aren't very usable (or
accessible) on Win32, but they are minimally functional.
| Reporter | ||
Comment 4•24 years ago
|
||
Ok, so this is definitely Linux-specific.
Blizzard, any interest in looking at this? I suspect the click is getting
dispatched on the wrong widget, or something along those lines. I'll try to
attach a testcase since you don't have access to the site.
| Reporter | ||
Comment 5•24 years ago
|
||
Well, crap. This actually works fine on my machine at work (using a trunk
build), but did not work at all on my home machine.
Comment 6•24 years ago
|
||
Let me know about this bug. Is it new? Did it happen before my big fat even
rewrite? Can you reproduce it?
Comment 7•24 years ago
|
||
qawanted. Madhur, can you reproduce this?
Keywords: qawanted
Whiteboard: [need info]
| Reporter | ||
Comment 8•24 years ago
|
||
This is very dependent on window manager settings, and I have an external
testcase for what I believe is the same problem, and a sawfish configuration
file that makes the problem appear.
Go to http://spaceflight.nasa.gov/ and mouse over "Shuttle" in the graphic at
the top, then go down to Future Missions and click the link. With the sawfish
configuration I'm about to attach, this does not work (the link is not followed).
| Reporter | ||
Comment 9•24 years ago
|
||
Comment 10•24 years ago
|
||
So, is this more of a bug in sawfish, or one of its themes? What do you
estimate would be the impact on typical users?
Comment 11•24 years ago
|
||
I'm curious to know how a window manager change would affect DHTML menus at all.
That scares me.
| Reporter | ||
Comment 12•24 years ago
|
||
The problem might relate to focus behavior when you click inside a popup window.
I have a suspicion that the click is going to the parent window, causing us to
dismiss the popup rather than activate the link.
User impact is that if they have this quite-common window manager configured in
a certain way (see attachment, although we haven't isolated which setting is to
blame), some sites will fail to function correctly.
Comment 13•24 years ago
|
||
nsbeta1- per Nav triage team. ->h1.2
Updated•23 years ago
|
QA Contact: madhur → rakeshmishra
| Reporter | ||
Comment 14•23 years ago
|
||
Hm, I'm seeing this again on a fresh RedHat 7.3 installation.
| Reporter | ||
Comment 15•23 years ago
|
||
The particular setting that seems to trigger the problem is having
"raise-transients-and-pass-through-click" for "button1-Click1" in the window
keymap. This doesn't seem to be a built-in sawfish default, but seems to be
written out by the configuration utility.
Blizzard, any ideas?
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
Comment 16•22 years ago
|
||
Dup of bug 102578, "Clicking wrongfully fires onmouseout", also linux-specific?
Comment 17•21 years ago
|
||
The example URL is a top100 site, so adding top100 keyword.
Keywords: top100
Comment 18•20 years ago
|
||
Is this still a problem? It does sound like bug 102578
I don't have sawfish to test with and metacity doesn't seem to have a pref like
that.
| Reporter | ||
Updated•19 years ago
|
Assignee: bryner → events
Status: ASSIGNED → NEW
QA Contact: trix → ian
Target Milestone: mozilla1.2alpha → ---
Comment 19•17 years ago
|
||
This appears to have been resolved. Resolving WFM.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•7 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
•