Closed
Bug 297635
Opened 20 years ago
Closed 19 years ago
Scrollbar does not pulldown for Mozilla 1.6 in Solaris
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: x_mukkam, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322) Build Identifier: We are writing Javascript code in our web application to create a dialog dynamically.Dialog consists of a dropdown list.In Solaris Mozilla,Items in dropdown list are not pulled down.Only up,down arrows can be used to see items in the list. This problem is observed only when javascript code is used for generating dialogs dynamically.There is no problem found when HTML tags are used. Reproducible: Always Steps to Reproduce: 1.Create a dialog dynamically using Javascript code.Dialog is a div element. 2.Create a dropdown list and add it to div using Javascript code 3.Load thge web page in Solaris Mozilla.. Actual Results: Pulldown to select items in the dropdown list does not appear.Only up and down arrows can be used to select the items. Expected Results: DropDown List box should be pulled down.
Comment 1•20 years ago
|
||
Any chance you can test this with a newer Mozilla version (like Mozilla 1.7.8)?
OS: Windows 2000 → Solaris
Hardware: PC → Sun
Version: unspecified → Other Branch
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
I found the problem is due to z-Index property set on the div.z-Index property is used to bring the latest dialog in front of all other dialogs. List box element(Select elemnt) is inside the div. I resolved the problem by defining z-Index property on a table cell instead of on the div.
Comment 4•19 years ago
|
||
resolving WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•