Closed Bug 109322 Opened 24 years ago Closed 24 years ago

frameset.cols/rows not updated when user resizes frames

Categories

(Core :: DOM: Core & HTML, defect, P4)

defect

Tracking

()

RESOLVED FIXED
mozilla1.1alpha

People

(Reporter: martin.honnen, Assigned: jst)

References

Details

Attachments

(2 files)

Frameset elements have a rows and a cols property which initially determines the sizes of frames. The user can however resize a frame with the gui, by dragging a frame border. IE6 (probably earlier IE versions too) in that case updates the rows or cols property of the frameset to reflect the current setting while Mozilla doesn't do that. I think the cols/rows properties need to be updated to reflect the actual setting. I will attach a test case demonstrating the problem.
So... how should this work in practice? Say I have: rows="1*,2*" Should I see "1*,2*" for the value till I start dragging, then suddenly see pixel values instead? What about the case when the property is "1*,2*" and I resize the browser? Should the value be pixel values or "1*,2*"? Please describe IE's behavior in detail...
OS: Windows 2000 → All
Hardware: PC → All
IE changes from the initial value to percentages e.g. 20%,80%
IE 5 did not change, shows *,* like mozilla
Not a mozilla1.0 stopper.
Target Milestone: --- → mozilla1.1
Priority: -- → P4
Depends on: 48422
Fixed by bug 48422.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: