Closed
Bug 26807
Opened 26 years ago
Closed 26 years ago
[EVENTTARG]position : absolute interfering with listbox
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: walter_ebeling, Assigned: joki)
References
()
Details
(Whiteboard: [NEED INFO])
Attachments
(1 file)
|
663 bytes,
text/html
|
Details |
Hi!
The homepage of Mercury Interactive is showing two bugs (?):
1)
The Homepage of Mercury is using Menues that start at some tabs "Company"
"Products" etc. These are not working at all.
2)
The Listbox "Worldwide..." is not working at all.
I am using the Build 2000012520 on a WinNTsp4 System. Navigator 4.6 is
displaying the page correctly.
Regards,
Walter Ebeling
Comment 1•26 years ago
|
||
www.merc-int.com: In the future can you please refrain from putting two problems
in the same bug. It makes it difficult to put the bug in a single component and
increases the chance that it will simply be marked invalid.
Looking at point 1, in Netscape 4 this site uses Layers which are not and never
will be supported in Mozilla. It is up to the site's owner to rewrite this site
to support Mozilla. Thus this point is invalid.
Point 2 is more interesting - I'm not sure why the listbox is not working.
Changing component and bug title.
Component: Browser-General → XP Toolkit/Widgets
Summary: Menues don't work → Listbox does not appear - acting as link
Comment 2•26 years ago
|
||
Comment 3•26 years ago
|
||
BTW: The first point in my previous comment was meant to be addressed to Walter
not www.merc-int.com...
The problem appears to be that the position : absolute in a DIV tag is causing
the listbox to stop functioning. If you look at the attached testcase, moving
your pointer up to the top left hand corner of the screen makes the pointer
turn into a hand. This does not happen in IE 4. Also, clicking on the listbox
where the pointer does not turn into a hand does nothing. This also does not
happen in IE 4.
Since the listbox is being interfered with, I'm going to leave this in the
XPWidgets component. Adding css2 keyword and changing title.
Keywords: css2
Summary: Listbox does not appear - acting as link → position : absolute interfering with listbox
Updating QA contact.
Assignee: leger → trudelle
QA Contact: cbegle → jrgm
Comment 5•26 years ago
|
||
This is actually HTML Form Controls ... over to rods/ckritzer.
Assignee: trudelle → rods
Component: XP Toolkit/Widgets → HTML Form Controls
QA Contact: jrgm → ckritzer
Comment 6•26 years ago
|
||
Joki, this is a dup (I think) a hidden div is on top of the select and is
grabbing all the events.
Assignee: rods → joki
I think this is now fixed, since it was a duplicate of one of the other event
targetting bugs...
Are there other problems on the page that need to be filed?
Summary: position : absolute interfering with listbox → [EVENTTARG]position : absolute interfering with listbox
Comment 8•26 years ago
|
||
nominating for nsbeta2 based on:
- severity
- visibility
- major functionality broken
- feature (CSS Level 2 Standards Compliance) broken
Keywords: nsbeta2
PDT needs to know if this still occurs with latest builds. Is it indeed Fixed?
Putting on [NEED INFO]
Whiteboard: [NEED INFO]
| Reporter | ||
Comment 10•26 years ago
|
||
Hi!
I have check the page using build 2000042417. The Listbox in the page is working
now.
Regards,
Walter
Comment 11•26 years ago
|
||
Checked this out on:
- MacOS9 2000-04-21-16-M16 Commercial Build
- Linux6 2000-04-26-08-M16 Commercial Build
- Win98 2000-26-11-M16 Mozilla Build
- WinNT 2000-21-09-M16 Commercial Build
...and here's what I've found:
1) The Homepage of Mercury is using Menues that start at some tabs "Company"
"Products" etc. These are not working at all.
This has been addressed as being LAYERs related. LAYER tag not supported in
HTML 4.0 (or NS6).
2)The Listbox "Worldwide..." is not working at all.
Works for me on all the above mentioned platforms/builds.
Marking WORKSFORME.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 13•26 years ago
|
||
Removing css2, nsbeta2 keywords due to bug closure.
You need to log in
before you can comment on or make changes to this bug.
Description
•