Closed Bug 69347 Opened 23 years ago Closed 22 years ago

change of HTMLFramesetElement.cols not displayed in nested frameset document[frame]

Categories

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

x86
Windows 95
defect

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
Keywords: dom1
Component: DOM Level 1 → DOM HTML
QA contact Update
QA Contact: janc → desale
Over to pollmann.
Assignee: jst → pollmann
Target Milestone: --- → Future
Keywords: helpwanted
Updating QA contact to Shivakiran Tummala.
QA Contact: desale → stummala
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



Thanks for the note, I have reopened bug 48422, which was never fixed.
*** Bug 69709 has been marked as a duplicate of this bug. ***
See also this testcase from bug 69709:

http://bugzilla.mozilla.org/showattachment.cgi?attach_id=35561
Status: NEW → ASSIGNED
Reassigning to evaughan.
Assignee: pollmann → evaughan
Status: ASSIGNED → NEW
Bulk reassigning Eric Pollmann's remaining form submission bugs to Alex.
Assignee: evaughan → alexsavulov
Summary: change of HTMLFramesetElement.cols not displayed in nested frameset document → change of HTMLFramesetElement.cols not displayed in nested frameset document[frame]
adding a dependency
Depends on: 81889
Priority: -- → P4
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
Depends on: 48422
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: 22 years ago
Resolution: --- → FIXED
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? 
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.

Attachment

General

Creator:
Created:
Updated:
Size: