Closed Bug 37511 Opened 25 years ago Closed 24 years ago

[BLOCK]linefeed after body tag changes block layout strangley

Categories

(Core :: Layout, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED
Future

People

(Reporter: rods, Assigned: buster)

Details

Steve, I am assigning to you to get an understanding of what is going on. A document with: <html><body><input type="file"></body></html> or <html> <body><input type="file"></body></html> or with this: <input type="file"> causes an assert when I click in the text field portion of the file element. but if I change the document to: <html> <body> <input type="file"></body></html> It works.
I'll try to look at this soon. Is this blocking you in any way?
Status: NEW → ASSIGNED
Target Milestone: --- → M16
It's not blocking me, but (of coarse) the assert is bad.
moving non-critical bugs to M17
Target Milestone: M16 → M17
I see the same assert regardless of the whitespace in the source html. Unfortunately, I don't know if this is the same assertion you were seeing, since you didn't mention what your assert said. ###!!! ASSERTION: form control's computed height is <= 0: 'styleSize.height > 0' , file S:\mozilla\layout\html\forms\src\nsGfxButtonControlFrame.cpp, line 269
Assignee: buster → rods
Status: ASSIGNED → NEW
The assert I see is: "redo line on totally empty line aState.IsImpactedByFloater() nsBlockFrame.cpp line 4362
Assignee: rods → buster
this was fixed a long time ago. rod, since it's an assert you were complaining about, can you verify for QA.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Target Milestone: M17 → Future
verifying
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.