Side navigation
#1096 closed bug (invalid)
Opened April 04, 2007 08:18AM UTC
Closed April 24, 2007 10:53PM UTC
Last modified June 21, 2007 04:47AM UTC
$(class).resize works only in IE
Reported by: | Ihsahn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.3 |
Component: | event | Version: | 1.1.2 |
Keywords: | resize | Cc: | |
Blocked by: | Blocking: |
Description
resize event handlers does only work in IE, sample attached.
Steps to reproduce
1. Extract attached file
2. Open test.html in IE and ff/opera browser
3. Try to resize a window
expected behavior (like in IE):
series of alert boxes with messages about which elements got resized
observed behavior (opera/ff):
nothing happens
tested versions:
- IE 7 (expected behavior)
- FF 1.5.0.11 (windows), 2.0.0.3 (windows, Ubuntu linux)
- Opera 9.10 (windows, Ubtuntu linux)
Attachments (1)
sample test case
Change History (1)
Changed April 24, 2007 10:53PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
The resize event in browsers other than IE only support the resize event for the window object.