Closed
Bug 203923
Opened 22 years ago
Closed 16 years ago
reframing single table-cell inside pseudo table-row is broken
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: gellert.gyuris, Assigned: bzbarsky)
References
Details
(Keywords: testcase)
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; hu-HU; rv:1.4a) Gecko/20030401
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; hu-HU; rv:1.4a) Gecko/20030401
removing className width MozOpacity + display: table-cell
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•22 years ago
|
||
Assignee | ||
Comment 2•22 years ago
|
||
I assume the problem is that the cell gets pulled up before its siblings in the
case when the parent is a block?
It'd really help to actually say what the problem is when reporting bugs, you
know...
Reporter | ||
Comment 3•22 years ago
|
||
Assignee | ||
Comment 4•22 years ago
|
||
Thank you. So basically, reframing a table-cell which is inside a pseudo
table-row is broken. This is basically bug 148810, but marking as dependent for
now, since that bug covers a pretty broad range of issues.
Assignee: dom_bugs → table
Status: UNCONFIRMED → NEW
Component: DOM Mozilla Extensions → Layout: Tables
Depends on: 148810
Ever confirmed: true
OS: Windows 2000 → All
QA Contact: ian → madhur
Hardware: PC → All
Summary: removing className width MozOpacity + display: table-cell → reframing single table-cell inside pseudo table-row is broken
Updated•21 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Reporter | ||
Comment 5•16 years ago
|
||
I tested my bug demo: this bug is solved in Firefox 3.0 (MozOpacity and opacity to). FIXED?
Comment 6•16 years ago
|
||
Unless you can figure out what specific bug fixed this, it's WORKSFORME. Feel free to hunt for it :-)
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: in-testsuite?
Resolution: --- → WORKSFORME
Assignee | ||
Comment 7•16 years ago
|
||
We stopped reframing on opacity changes (since we no longer do opacity using nsIView), but the underlying bug is still there.
Assignee | ||
Updated•16 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Assignee | ||
Comment 8•16 years ago
|
||
Actually, the real issue here was one of whitespace being the previous sibling... As a result, the fix for bug 482889 fixed this bug.
I just checked in a test: http://hg.mozilla.org/mozilla-central/rev/908daed28fa2
You need to log in
before you can comment on or make changes to this bug.
Description
•