Closed
Bug 69347
Opened 25 years ago
Closed 23 years ago
change of HTMLFramesetElement.cols not displayed in nested frameset document[frame]
Categories
(Core :: DOM: Core & HTML, defect, P4)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: martin.honnen, Assigned: alexsavulov)
References
Details
(Keywords: dom1, helpwanted)
Attachments
(2 files)
I have the following frameset document
<HTML>
<HEAD>
</HEAD>
<FRAMESET ID="fs0" ROWS="33%, 33%, 33%">
<FRAME SRC="about:blank">
<FRAMESET ID="fs1" COLS="200, *">
<FRAME NAME="frame0" SRC="test14022001.html">
<FRAME SRC="about:blank">
</FRAMESET>
<FRAME SRC="about:blank">
</FRAMESET>
</HTML>
and from the FRAME named frame0 I execute
top.document.getElementsById('fs1').cols = '100, *'
but the frame size change is not displayed
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
Updated•25 years ago
|
Component: DOM Level 1 → DOM HTML
Updated•24 years ago
|
Target Milestone: --- → Future
Updated•24 years ago
|
Keywords: helpwanted
FYI: There is a related bug (Bug 48422) which was (in my opinion incorrectly)
marked RESOLVED/WORKSFORME that deals with problems dynamically changing the
frameset columns breaking the JavaScript communication between the framesets.
Test URL: http://www.ccs.neu.edu/home/bcortez/mozilla_tests/testPage3.htm
Comment 9•24 years ago
|
||
See also this testcase from bug 69709:
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=35561
Status: NEW → ASSIGNED
Comment 10•24 years ago
|
||
Reassigning to evaughan.
Assignee: pollmann → evaughan
Status: ASSIGNED → NEW
Comment 11•24 years ago
|
||
Bulk reassigning Eric Pollmann's remaining form submission bugs to Alex.
Assignee: evaughan → alexsavulov
| Assignee | ||
Updated•24 years ago
|
Summary: change of HTMLFramesetElement.cols not displayed in nested frameset document → change of HTMLFramesetElement.cols not displayed in nested frameset document[frame]
Updated•24 years ago
|
Priority: -- → P4
Comment 13•23 years ago
|
||
Resizing of nested framesets still doesn't work in Mozilla 1.0. While a new
value is assigned to a frameset and no javascript error is reported the frames
are not resized by the browser. Here is another testcase btw:
http://www.highscore.de/mozilla/frameset.html
Comment 14•23 years ago
|
||
Fixing bug 48422 fixes this testcase (which is a _very_ nice one) as well as
the testcase in bug 69709 and the one at
http://www.highscore.de/mozilla/frameset.html. Marking fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 15•23 years ago
|
||
The testcase at http://www.highscore.de/mozilla/frameset.html doesn't work with
Mozilla 1.1 (Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826)?!
Is it only me?
Comment 16•23 years ago
|
||
How can we tell where the fix is? (That's not a complaint or criticism, honest!
I've just not yet figured how to tell.)
This bug has no target milestone (which is probably appropriate). The bug that
fixed it (bug 48422) has a target milestone of mozilla1.2alpha. The comments
don't indicate where it was checked in (although presumably if I knew how to
look at the CVS checkins I could tell). So at this point, I'd guess the fix only
shows up in 1.2alpha.
FWIW, it does not work for me either in Mozilla 1.1: Mozilla/5.0 (X11; U; Linux
i686; eo-EO; rv:1.1) Gecko/20020826.
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
•