Closed
Bug 110505
Opened 23 years ago
Closed 22 years ago
cx-basis.de - link not working
Categories
(Core :: DOM: Events, defect)
Tracking
()
VERIFIED
WORKSFORME
mozilla1.1alpha
People
(Reporter: info, Assigned: joki)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5) Gecko/20011011
BuildID: 2001101117
- go to http://www.cx-basis.de/
- click on that really fine car ;-)
- move your mouse to "Werkstatt" => a menu appears
- try to klick a word on that menu. Won't work with Mozilla, but NS 4.7x
Reproducible: Always
Comment 1•23 years ago
|
||
Over to parser. layout. There are issues here with nested <a> tags, though...
Assignee: pchen → attinasi
Component: XP Apps → Layout
QA Contact: sairuh → petersen
Comment 2•23 years ago
|
||
Confirming issue. The problem occurs on the http://www.cx-basis.de/pages/home.html.
Mousing over the top four graphics on right will generate a sub-menu. None of
the items in the sub-menu are functional.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Is this page working on NS6.x ? I am asking because its browser detection can
distinguish NS6 from NS4.
Comment 4•23 years ago
|
||
Updated•23 years ago
|
Assignee: attinasi → piskozub
Component: Layout → Europe: Central
Product: Browser → Tech Evangelism
QA Contact: petersen → pali
Version: other → unspecified
Comment 5•23 years ago
|
||
Within hte js, there is a funciton called checkBrower. You can see the function
if you type this in the location bar:
javascript:alert(checkBrowser)
when I execute the function:
javascript:alert(checkBrowser ()), the returned value is this:
[object Window]
which I don't think is the correct data necessary for the remainder of the
functions. So, I am wondering if this isn't a sniffing bug. Assigning this over
to evang for a look. If I am wrong, please hand it back over.
Comment 6•23 years ago
|
||
-> Europe: West (Germant belongs to that Tech Evangelism component)
Assignee: piskozub → nitot
Component: Europe: Central → Europe: West
QA Contact: pali → caillon
Comment 7•23 years ago
|
||
It's not that checkBrowser function at the least: it is correct. It assigns a
browser object with properties of ns5, ie4, etc as booleans, such that they call
obj.ie4 or obj.ns5 to tell whether or not the browser supports that feature.
This is the way the ultimate browser sniffer from DevEdge works too.
This might still be evang, and someone would need to run Venkman on it maybe to
tell with any amount of certainty. Leaving here for now
Keywords: qawanted
Summary: link not working → cx-basis.de - link not working
Comment 8•23 years ago
|
||
I think my testcase clearly shows that this is a bug. Try clicking in the 'L' in
'LINK' in the testcase - it does not work. Try clicking the 'K' - it works.
To me it seems like events are "clipped" by the parent viewport.
I have seen similar code to make popup menus on other sites too.
Reassigning to "Browser/DOM Events" for further triage.
Assignee: nitot → joki
Component: Europe: West → DOM Events
Product: Tech Evangelism → Browser
QA Contact: caillon → vladimire
Version: unspecified → other
Comment 9•23 years ago
|
||
The simplified case works now, but original site still does not
Target Milestone: --- → mozilla1.1
Comment 10•23 years ago
|
||
There is a second bug that makes the site not work. When two links are nested
the
click events goes to the outer one and hover events does not seem to work at
all.
See IE6 for correct behaviour.
Comment 11•23 years ago
|
||
removing myself from the cc list
Comment 12•22 years ago
|
||
The site has been closed, testcases work for me, except for the nested links,
which doesnt make any sence anyways, how would you decide to go into the inner
link not the outer, and why would you ever have them nested anyways.
Resolving wfm
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 13•22 years ago
|
||
site is not closed, works great with some other Browser, e.g. OffByOne. I asked
the webmaster why Mozilla is locked out.
Reporter | ||
Comment 14•22 years ago
|
||
Webmaster told me they were working on their website, they'll investigate
Mozilla problems beginning of next year
You need to log in
before you can comment on or make changes to this bug.
Description
•