Closed Bug 319611 Opened 19 years ago Closed 19 years ago

Tables trouble when display is changed (in a XSL page at least)

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 162063

People

(Reporter: nia_q3, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5 Click several times on the "+" and see whats happening Reproducible: Always Steps to Reproduce: 1.Click 2 times on + 2.See whats happen 3.U can do that everytime Actual Results: Tables are bad handled or bad allocation ? Expected Results: no blank lines u can check the source code of the xsl at: http://4n4lyz3r.free.fr/Bug/Log.txt Plz let me know when u have seen the trouble, that way I can delete these files. Tx PS: Great job, firefox is better day after day :)
You're setting table-rows to display:inline. You want to be setting them to display:table-row if you don't want anonymous tables to be created. Note that IE doesn't support the CSS table display types, but that's more or less IE's problem. *** This bug has been marked as a duplicate of 162063 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.