Closed
Bug 56746
Opened 24 years ago
Closed 19 years ago
wrong parent style context warnings
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bernd_mozilla, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
235 bytes,
text/html
|
Details |
In the tinderbox logs are warnings for a wrong parent style context of a table.
I can reproduce this with a Win98 debug build CVS 2000-10-14.
like: I find this also in the harpoon log.
Wrong parent style context: style: 01134CC0 :table-outer {
*|:table-outer weight: 0 { -moz-opacity: inherit display: 8[0x8]enum float: in
herit clear: inherit clip: inherit inherit inherit inherit margin-top: 0pt margi
n-right: 0pt margin-bottom: 0pt margin-left: 0pt padding-top: 0pt padding-right:
0pt padding-bottom: 0pt padding-left: 0pt border-top-width: 1[0x1]enum border-r
ight-width: 1[0x1]enum border-bottom-width: 1[0x1]enum border-left-width: 1[0x1]
enum border-style: none none none none position: inherit width: 0pt height: 0pt
z-index: inherit top: inherit right: inherit bottom: inherit left: inherit }
}
should be using: style: 0110FFB0 :button-content {
*|:button-content weight: 0 { text-align: 3[0x3]enum display: 1[0x1]enum }
}
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
I think i'm getting this with pages from choffman's browser buster.
choff-url-108:Wrong parent style context: style: b31d88 {
choff-url-108:Wrong parent style context: style: 1363d08 {
choff-url-20:Wrong parent style context: style: d8c6b8 {
choff-url-20:Wrong parent style context: style: da19b0 {
choff-url-34:Wrong parent style context: style: 1433648 {
choff-url-34:Wrong parent style context: style: 1442ca0 {
choff-url-71:Wrong parent style context: style: 14dc980 {
choff-url-71:Wrong parent style context: style: 14bfe50 {
choff-url-8:Wrong parent style context: style: d40210 {
choff-url-8:Wrong parent style context: style: cf1250 {
choff-url-89:Wrong parent style context: style: 14a4488 {
choff-url-89:Wrong parent style context: style: f48f48 {
choff-url-97:Wrong parent style context: style: 1300ea0 {
choff-url-97:Wrong parent style context: style: 146bf58 {
Comment 4•23 years ago
|
||
Reassigning to hyatt. I hope the messages are indicative of old constraints that
no longer apply.
Assignee: karnaze → hyatt
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 5•20 years ago
|
||
Does this problem still exist with current builds?
If not, please close this bug.
Ronald, did you read the bug??
Do you have a debug build?
Why do you think this bug has vanished, did your testing show something different?
Or are you only wondering why nobody is working on this? small hint: we have
more than 400 open bugs (unconfirmed incl.) in layout table.
Comment 7•19 years ago
|
||
I can reproduce on trunk (Mac OS X, debug).
Assignee: hyatt → nobody
Status: ASSIGNED → NEW
Priority: P3 → --
QA Contact: amar → layout.tables
Target Milestone: mozilla1.0.1 → ---
as promised fixed by bug 51767
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 10•17 years ago
|
||
Crashtest checked in. "Wrong parent style context" is now an assertion, so once assertions turn Tinderbox orange, this will be properly regression-tested.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•