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)
Tracking
()
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.
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
![]() |
Assignee | |
Comment 6•25 years ago
|
||
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
You need to log in
before you can comment on or make changes to this bug.
Description
•