Closed
Bug 65217
Opened 24 years ago
Closed 23 years ago
Rendering error from HTML generated by JavaScript
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
VERIFIED
FIXED
People
(Reporter: IDontUseMozillaAnyMore, Assigned: karnaze)
References
()
Details
Load the site (www.ditl.org) and wait for the frames to load.
Click on the Site guide button. A page will now load in the
centre left frame. This page is generated from a small script
in the page it's self together with code in the bouncy.js file.
In NS4.x this menu has 8 blue buttons on it, with NS6 the last
one is missing. I've checked and the JavaScript is performing
the loop correctly, but the generated HTML is not being rendered
correctly.
Comment 1•24 years ago
|
||
Works for me with build 2001010420 on NT4. I'm seeing eight buttons, the last
one labeled "Contributors". Could you try this again with the latest nightly
build please?
Comment 2•24 years ago
|
||
WORKSFORME on build 2001011104. Marking as such. Reporter, reopen if you see
this on any recent builds.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 3•24 years ago
|
||
I do not think this is working.
There should be one pink and eight blue buttons, the last one being "Statistics".
This can be easily demonstrated if you disable image display from
Preferences|Advanced|Images.
Then, you can see nine boxes that correspond to the buttons.
Reopening.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 5•24 years ago
|
||
I get the same result with build 2001011420 on NT4: one pink and seven blue
buttons, the last one labeled "contributors". It works with 4.x (one more
button "statistics"). Adding 4xp keyword and Platform/OS All/All.
Reporter | ||
Comment 7•24 years ago
|
||
What's happening with this bug. There has been no real work on it since January.
As this is a rendering issue I would have thought it was very high priority. Has
it been forgotten about?
Comment 8•24 years ago
|
||
Now in 2001040608 trunk, the eighth blue button is partially visible.
Could somebody make a testcase? It would help a lot.
Reporter | ||
Comment 9•24 years ago
|
||
I just got the latest Mozilla, indeed this update does display most of the last
'missing' button. I was producing a simplified test case when I disovered the
problem that was making the button only partially visible. It's the .css file
used with the page:
table
{
margin-top: -1em;
margin-bottom: -1em;
}
table.nogap
{
margin-top: 0em;
margin-bottom:0em;
}
The 'table' 'margin-bottom: -1em;' line was causing the display problems. If I
change tis to 0em it all works correctly. The reason for this style sheet in the
first place was to decrease the size of the gap at the top and bottom of the
list. I've uploaded the corrected .css file to the original website and it looks
to work on my Mac. If it tests OK on other platforms, I think we can declare this
one fixed. I've updated the URL in Bugzilla to a page that will test it. You
should see 9 buttons with in the list on the centre left frame. The first is pink
the other 8 are blue, with the last one being labeled 'statistics'.
Thanks.
Comment 10•23 years ago
|
||
Check this page out... The navigation menu in the top left of the page is not
refreshed correctly while moving from menu item to item.
http://dev.web.cs.cmu.edu:6666/testReleases/demo/54.html
Reporter | ||
Comment 11•23 years ago
|
||
Tested and works on MacOS 9, MacOS X and Windows
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
Comment 12•23 years ago
|
||
Marking verified... Works fine on win2K and Linux7.1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•