Closed Bug 96142 Opened 23 years ago Closed 23 years ago

with each reload, the form looks more disfigured

Categories

(Core :: Layout: Form Controls, defect)

x86
Windows 2000
defect
Not set
major

Tracking

()

RESOLVED INVALID

People

(Reporter: madhur, Assigned: chrisn)

References

()

Details

Attachments

(3 files)

buildID: 2001-08-17-06trunk -- window2000

came across this bug while trying to reproduce bug 94999.

1. go to http://www.cisco.com/public/crs/locator/
2. click on "search" button

actual:
-- the next page (Locator- search) displayed is incomplete. see screenshot 1.
-- When I do a 'reload', the complete form is displayed, but the 'input-button' 
controls look wierdly placed. See screenshot 2.
-- with each reload, the form gets more and more disfigured. see screenshot 3.
Attached image screenshot 1
Attached image screenshot 2
Attached image screenshot 3
Netscape 6.1 is displaying the form with multi-select controls.
IE and Netscape 4.77 display the form differently -- single-select controls.
One of the biggest issues here is that they have two DIVs and and they are 
checking for layers. Here is their JS function:

function hideThisDiv(isLoading)  {    
  if ( document.layers)    {  	  
   document.layers["parent"].layers["child"+isLoading].visibility = 'hide';    
  }    
  else if (document.all)    {  	  
   document.all["child"+isLoading].style.visibility = 'hidden';    
  } else {
 
   document.parent.layers["child"+isLoading].visibility = 'hide';    
  }
}   

So this just isn't going to work for Mozilla.

reassigning
Assignee: rods → chrisn
Just noticed that the url mentioned above directs mwe to a new location 
http://tools.cisco.com/WWChannels/LOCATR/jsp/partner_locator.jsp

This page looks fine and there is no distortion with the layout when I hit 
reload multiple times. Looks same as in IE.

I suppose, now, this bug is invalid.


Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: