Closed Bug 454160 Opened 16 years ago Closed 16 years ago

TD width in Firefox 3 will be ignore.

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 409736

People

(Reporter: jumperchen, Unassigned)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16

For example,

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
	<table><tr><td style="width:300px;overflow:hidden;">
    <div style="background:gray;overflow:hidden;">
    	<div style="overflow:hidden;">
    		<ul style="width:5000px;"><li>3</li></ul>
    	</div>
    </div>
  </td></tr></table>
</body>

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Actual Results:  
The width of the TD is bigger than we specify.

Expected Results:  
The width of the TD should follow we specified(i.e. width:300px, like Firefox 2)
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: