Closed
Bug 274806
Opened 20 years ago
Closed 19 years ago
Missing drop-down list capability in Firefox vs. IE6
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: matt.sicking, Assigned: bugzilla)
Details
Attachments
(3 files)
Using Internet Explorer on a Microsoft Sharepoint based site called Teamcenter Community (specific url is http://mycommunity.ugs.com/customers/GD/Marine/EB/Shared......) there is a dropdown list that appears when hovering over a document name in a document list. I presume that this is a client-side app of some sort. When using Using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 on the same url the drop-down list does not appear. I have viewed the source code and will append it to the end of this bug report. This is the only obstacle I have to using Firefox. Not because of the cosmetic aspect of the drop-down list, but because this is the only way for me to access and edit documents in this sharepoint site. Here is the html code of the web page in question: <td class="ms-vb" width="100%"> <a onfocus="OnLink(this)" onclick="DispDocItemEx(this,'FALSE','FALSE','TRUE','SharePoint.OpenDocuments.2')" href="http://mycommunity.ugs.com/customers/GD/Marine/EB/Shared%20Documents/EB%20CAD%20Evaluation/Phase%201%20-%20RFPI/2004%20December%203rd%20Meeting%20Action%20items/Action%20Item%20List.doc"> Action Item List</a></td> <td> <img src="http://mycommunity.ugs.com/_layouts/images/blank.gif" style="visibility: hidden;" alt="" width="13"></td>
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
| Reporter | ||
Comment 3•20 years ago
|
||
I realize that it might well be the case that I just haven't added the appropriate plug-in or extension to Firefox in order to access this hovering drop-down. However, I lack the insight as to what's happening behind the scenes to ask suffiently descriptive questions of what my installion might lack. I have also submitted a bug report to the Teamcenter Community center, even though they do not officially support Firefox. I'm hoping, though, that they can tell me what fuctionality is activated when hovering so I can either add more insight to my bug report to your team, or cancel the bug report and modify my Firefox installation accordingly. I apologize for any work you guys undertake on this if it's just a result of my ignorance. You have done a marvelous job on this product. --- Matt Sicking
Comment 4•20 years ago
|
||
If the menu functionality requires ActiveX or Visual Basic then it will likely never be supported by Mozilla or any other standards aware browser.
Comment 5•20 years ago
|
||
There's nothing in the HTML that you posted which would do anything when hovering over the link. View source from Internet Explorer, and see if you get the same HTML you get in Firefox.
| Reporter | ||
Comment 6•20 years ago
|
||
Mr. Fowler is correct and I will work with the Teamcenter support center to request a means of editing the document that doesn;t require VBA or ActiveX. Mr. Ringnalda is also correct. I did manage to provide an incorrect html listing. I am attaching the entire page (274806.txt). I highlighted the offending area (about 90% of the way down the file) with extensive whitespace on either side of the <td> and </td> tokens sourrounding it.
Comment 7•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/
Comment 8•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•