Closed Bug 55385 Opened 25 years ago Closed 25 years ago

Text Fields don't update there values when reflowed

Categories

(Core :: DOM: Editor, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 24406

People

(Reporter: dcone, Assigned: dcone)

References

Details

(Whiteboard: [rtm NEED INFO])

Text fields don't get the update value when I reflow before printing. This is blocking my bug 24406.. which means I can't print the text of textfields.
This blocks my RTM bug 24406 so this need to be marked the same.
Blocks: 24406
Keywords: rtm
Accepting bug.
Status: NEW → ASSIGNED
Target Milestone: --- → M19
adding rtm NEED INFO
Whiteboard: [rtm NEED INFO]
The problem is that DocumentViewerImpl::PrintContent() does not enable document observing which is responsible for frame creation after the initial reflow. Adding calls to: ps->BeginObservingDocument(); and ps->EndObservingDocument(); before and after ps->InitialReflow() fixes the problem. Reassigning back to dcone@netscape.com since this is his code.
Assignee: kin → dcone
Status: ASSIGNED → NEW
Duplicate of this bug.. I have fix in the 24406 currently waiting for approval. *** This bug has been marked as a duplicate of 24406 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
verified in 10/20 build.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.