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)
Core
DOM: Core & HTML
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.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
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
| Reporter | ||
Comment 4•24 years ago
|
||
IE changes from the initial value to percentages e.g.
20%,80%
Comment 5•24 years ago
|
||
IE 5 did not change, shows *,* like mozilla
Updated•24 years ago
|
Priority: -- → P4
Comment 7•24 years ago
|
||
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.
Description
•