Closed
Bug 146701
Opened 23 years ago
Closed 23 years ago
Mozilla should not reload all frames when programmatically resizing frameset.
Categories
(Core :: Layout, defect, P3)
Tracking
()
Future
People
(Reporter: jesse.houwing, Assigned: john)
Details
With javascript one can resize a frameset:
top.document.getElemenById('framesetname').rows="50%, 50%"
But when doing so Mozilla reloads all frames. Mozilla doesn't have to reload
frames when resizing the window (effectively resizing the frames too), so why
does it have to here?
Also when dragging a frameborder mozilla doesn't reload the frames either.
This should be fixed.
(build 2002052208)
Comment 3•23 years ago
|
||
I wonder if http://bugzilla.mozilla.org/show_bug.cgi?id=145222#c6 has any
bearing on this?
| Assignee | ||
Comment 4•23 years ago
|
||
*** This bug has been marked as a duplicate of 48422 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•