Closed
Bug 6713
Opened 26 years ago
Closed 26 years ago
Bugs deal mainly with DOM Level 1 and HTML 4.0 specification
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: reboughner, Assigned: nisheeth_mozilla)
References
Details
Attachments
(1 file)
(deleted),
application/x-compressed
|
Details |
The main page that you access here summarizes the problems associated with
each of the examples.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
reboughner, thanks for your contribution. Can you help us split this bug into
individual bug reports? We can resolve this one as a duplicate later on. If
needed, please refer to:
http://www.mozilla.org/quality/bug-writing-guidelines.html
Thank you!
Reporter | ||
Comment 2•26 years ago
|
||
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 3•26 years ago
|
||
Illustrates two problems:
1) does not display the body background image
2) When cursor is over the "Minutes" and it is clicked on the page does not
display properly. The DIV that is made visible allows some of the background
to bleed through, the dates aren't displayed correctly (appeared to be clipped)
Only when the window is mimimized and then reopened does it display correctly.
Updated•26 years ago
|
Comment 4•26 years ago
|
||
I believe the BODY background problem is related to <a
href="http://bugzilla.mozilla.org/show_bug.cgi?id=6630">bug 6630</a>.
The DOM is making the correct change to the relevant style properties, layout in
the maximizing case isn't redrawing enough and in the minimizing case doesn't
seem to be reflowing. Reassigning to Nisheeth to take a closer look. I'm
presuming that the style system is returning the correct hint?
Also, hover doesn't seem to be working for the anchors.
Reporter | ||
Comment 5•26 years ago
|
||
Following the request by gerardok this was broken down into separate problems
and reported to Bugzilla.
Assignee | ||
Updated•26 years ago
|
Assignee: nisheeth → bienvenu
Assignee | ||
Updated•26 years ago
|
Assignee: bienvenu → nisheeth
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 6•26 years ago
|
||
This bug is fixed in the July 12th, 7 pm M8 NT builds. Marking worksforme.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
verified worksforme
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•