Closed
Bug 960
Opened 26 years ago
Closed 25 years ago
[FEATURE] window.onResize not implemented
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P4)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: angus, Assigned: joki)
References
Details
(Keywords: testcase, Whiteboard: onResize event must be implemented)
Attachments
(2 files)
I need to capture this event for some XPFE stuff I'm working on. I don't need to
know much, other than the event happened, and the new dimensions of the window
(which I'll file in a seperate bug report)
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
onResize used to fire when the page relayed out. We'll need to figure out when
to fire this in the new world.
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
Assignee | ||
Comment 5•26 years ago
|
||
Still debating how to do this in the new world.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Comment 6•26 years ago
|
||
Moving out to M7
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7 → M9
Updated•26 years ago
|
Whiteboard: [MAKINGTEST] Antti.Nayha@oulu.fi
Updated•26 years ago
|
Priority: P1 → P4
Summary: window.onResize not implemented → [4.xP] window.onResize not implemented
Whiteboard: [MAKINGTEST] Antti.Nayha@oulu.fi → [TESTCASE] onResize event must be implemented
Comment 7•26 years ago
|
||
Added the [4.xP] identifier. Rewrote the bug report in accordance to the
guidelines as follows:
Overview description:
Mozilla does not support the (non-standard but somewhat widely supported)
onResize attribute on the BODY element.
Steps to reproduce:
1. View the attachment "onResize test".
2. Resize the document window.
Actual results:
Nothing happens.
Expected results:
A JavaScript alert saying: "The document window has been resized."
Build Date & Platform:
Originally reported 1998-10-01.
Build date unknown.
Platform: Windows 95.
Additional Builds and Platforms:
- M7 on Windows NT 4.0 SP4
- build 1999070408 (Viewer & Apprunner) on Windows NT 4.0 SP4
Additional Information:
The onResize attribute is not part of HTML 4.0, but it is supported by
at least NN4.x and IE4.0+.
Comment 8•26 years ago
|
||
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M11
Assignee | ||
Comment 9•25 years ago
|
||
Moving multiple bugs to m12
Comment 10•25 years ago
|
||
this is MUST HAVE event type particularly for resolution independent displays
to determine the window height and width and optionally programmatically force
a resize event.
Comment 11•25 years ago
|
||
ps any interim solution would be appreciated !
Comment 12•25 years ago
|
||
Moving to m13 because Joki seems to be distracted.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M13 → M14
Assignee | ||
Comment 13•25 years ago
|
||
Moving off bugs that won't make M13
Comment 14•25 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
Updated•25 years ago
|
Summary: [4.xP] window.onResize not implemented → window.onResize not implemented
Updated•25 years ago
|
Whiteboard: [TESTCASE] onResize event must be implemented → onResize event must be implemented
Assignee | ||
Comment 16•25 years ago
|
||
4x but not a current blocker. moving to m15
Target Milestone: M14 → M15
Comment 17•25 years ago
|
||
*** Bug 13126 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 18•25 years ago
|
||
Mass-moving bugs out of M15 that I won't get to. Will refit individual
milestones after moving them.
Target Milestone: M15 → M16
Comment 19•25 years ago
|
||
Is this bug expected to be fixed for M16? I know it is part of DOM 2 and low in
priority, but I thought DOM 2 Events was going to be officially supported. IN
addition to the previous comments, this is an important event for anyone that
uses positioning to layout a page for obvious reasons.
Comment 20•25 years ago
|
||
Comment 21•25 years ago
|
||
New behavior in M15 (Win2K)... window.onresize fires an event when the page
loads, but not on resizing the browser window, while <BODY onResize=... does not.
Comment 22•25 years ago
|
||
Please mark nsbeta2+[5/16-]. Nominating nsbeta2 as the ability to react to
resize events is crucially important to DHTML developers. If you're doing a
webtop, for example, you may need to change element positions (or restore them)
in response to a resize.
cc:ing jst to make sure he and joki don't duplicate effort here.
Keywords: nsbeta2
Summary: window.onResize not implemented → [FEATURE] window.onResize not implemented
Assignee | ||
Comment 23•25 years ago
|
||
Okay, this should be fixed now. resize works a little differently now since we
relayout as we resize so instead of one event at the end we get a few as we
resize. I think that's the best solution for the new product though if we want
to discuss it we can.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 24•25 years ago
|
||
verified fixed on
2000-05-22-09-M16 Win32
2000-05-21-20-M16 Mac
2000-05-23-10-M16 Linux
(on linux the testcase attachment 713 [details] brings up multiple alert boxes. Will note
in different bug.)
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•